We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d36425d commit eb116c2Copy full SHA for eb116c2
labs/lab_02.md
@@ -43,7 +43,7 @@ Students can look back at the [Computing in Context slides](https://computing-in
43
1. Check how many records the API is returning.
44
1. Get the full dataset using pagination.
45
- Useful resources:
46
- - [Socrata API: Paging through Data](https://dev.socrata.com/docs/paging.html)
+ - [Socrata API: Paging through Data](https://dev.socrata.com/docs/queries/page.html)
47
- [Requests package: Passing Parameters In URLs](https://requests.readthedocs.io/en/latest/user/quickstart/#passing-parameters-in-urls)
48
- [pandas: `concat()`](https://pandas.pydata.org/docs/user_guide/merging.html#concat)
49
- Restriction for this lab: Page size shouldn't be set greater than `1000`.
0 commit comments