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
d5d2c947a0
commit
f7eea4bf24
1 changed files with 18 additions and 0 deletions
|
@ -3132,6 +3132,24 @@
|
|||
"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",
|
||||
"execution_count": 51,
|
||||
|
|
Loading…
Add table
Reference in a new issue