Skip to content

Commit

Permalink
Auto-commit: Tue Nov 7 16:22:06 CST 2023
Browse files Browse the repository at this point in the history
  • Loading branch information
jnaiman committed Nov 7, 2023
1 parent e6c03f7 commit 784ec13
Showing 1 changed file with 12 additions and 2 deletions.
14 changes: 12 additions & 2 deletions week12/inClass_week12.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -286,7 +286,7 @@
{
"cell_type": "code",
"execution_count": 7,
"id": "bf5ecd7c",
"id": "fd9fabb0",
"metadata": {},
"outputs": [
{
Expand All @@ -306,10 +306,20 @@
"plt.show()"
]
},
{
"cell_type": "code",
"execution_count": 8,
"id": "2672af05",
"metadata": {},
"outputs": [],
"source": [
"buildings.loc[buildings['Year Acquired']==0,'Year Acquired'] = np.nan"
]
},
{
"cell_type": "code",
"execution_count": null,
"id": "88595af8",
"id": "4a9e4648",
"metadata": {},
"outputs": [],
"source": []
Expand Down

0 comments on commit 784ec13

Please sign in to comment.