mirror of
https://github.com/DOI-DO/j40-cejst-2.git
synced 2025-02-23 10:04:18 -08:00
wip
This commit is contained in:
parent
e423e62273
commit
43fb09adde
1 changed files with 18 additions and 0 deletions
|
@ -3132,6 +3132,24 @@
|
||||||
"combined_df[\"GEOID10_TRACT\"] = combined_df[\"GEOID10_TRACT\"].astype(str)"
|
"combined_df[\"GEOID10_TRACT\"] = combined_df[\"GEOID10_TRACT\"].astype(str)"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"cell_type": "code",
|
||||||
|
"execution_count": 106,
|
||||||
|
"metadata": {},
|
||||||
|
"outputs": [],
|
||||||
|
"source": [
|
||||||
|
"ma_tracts = combined_df = combined_df[combined_df[\"state_name\"] == \"MA\"]"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"cell_type": "code",
|
||||||
|
"execution_count": 107,
|
||||||
|
"metadata": {},
|
||||||
|
"outputs": [],
|
||||||
|
"source": [
|
||||||
|
"ma_tracts.to_csv(\"ma_tracts.csv\")"
|
||||||
|
]
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"cell_type": "code",
|
"cell_type": "code",
|
||||||
"execution_count": 51,
|
"execution_count": 51,
|
||||||
|
|
Loading…
Add table
Reference in a new issue