Skip to content

Commit e57f7f6

Browse files
committed
update homework 3
1 parent 3b413c7 commit e57f7f6

File tree

1 file changed

+2
-7
lines changed

1 file changed

+2
-7
lines changed

hw_3.ipynb

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -24,12 +24,7 @@
2424
"source": [
2525
"### Step 0\n",
2626
"\n",
27-
"Read the data from the [New York City Population By Community Districts](https://data.cityofnewyork.us/City-Government/New-York-City-Population-By-Community-Districts/xi7c-iiu2/explore) data set into a DataFrame called `pop_by_cd`. To get the URL:\n",
28-
"\n",
29-
"1. Visit the page linked above.\n",
30-
"1. Click `Export`.\n",
31-
"1. Right-click `CSV`.\n",
32-
"1. Click `Copy Link Address` (or `Location`, depending on your browser).\n"
27+
"Read the data from the [New York City Population By Community Districts](https://data.cityofnewyork.us/City-Government/New-York-City-Population-By-Community-Districts/xi7c-iiu2/explore) data set into a DataFrame called `pop_by_cd`.\n"
3328
]
3429
},
3530
{
@@ -141,7 +136,7 @@
141136
],
142137
"metadata": {
143138
"kernelspec": {
144-
"display_name": "Python 3 (ipykernel)",
139+
"display_name": ".venv (3.12.12)",
145140
"language": "python",
146141
"name": "python3"
147142
},

0 commit comments

Comments
 (0)