Skip to content

Commit 51e7ba0

Browse files
committed
mention featureidkey explicitly
1 parent 0ee8753 commit 51e7ba0

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

lecture_3.ipynb

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1117,7 +1117,10 @@
11171117
}
11181118
},
11191119
"source": [
1120-
"`response.json()` turns JSON data into nested Python objects: `shapes` is a dictionary, `features` is a list beneath it, etc."
1120+
"Notes:\n",
1121+
"\n",
1122+
"- `boro_cd` is the property we're looking for. We'll specify this as the `featureidkey`.\n",
1123+
"- `response.json()` turns JSON data into nested Python objects: `shapes` is a dictionary, `features` is a list beneath it, etc."
11211124
]
11221125
},
11231126
{

0 commit comments

Comments
 (0)