如何确定 socrata 上的记录数 table
How to determine number of records on a socrata table
有没有办法确定 socarata 有多少记录可供下载table?
我正在使用 API 端点例程。我可以下载文件,但最好在开始下载之前知道有多少记录可供下载。
如果我理解正确,最直接的方法是查看源数据集。
示例:https://data.cityofchicago.org/Transportation/Transportation-Network-Providers-Trips/m6dm-c72p
Screen clip of "What's in this Dataset?"
Screen clip of more precise count from the bottom of the data preview grid
不过,您也可以通过 API.
示例:https://data.cityofchicago.org/resource/m6dm-c72p.json?$select=count(*)
[{"count":"100717116"}]
有没有办法确定 socarata 有多少记录可供下载table?
我正在使用 API 端点例程。我可以下载文件,但最好在开始下载之前知道有多少记录可供下载。
如果我理解正确,最直接的方法是查看源数据集。
示例:https://data.cityofchicago.org/Transportation/Transportation-Network-Providers-Trips/m6dm-c72p
Screen clip of "What's in this Dataset?"
Screen clip of more precise count from the bottom of the data preview grid
不过,您也可以通过 API.
示例:https://data.cityofchicago.org/resource/m6dm-c72p.json?$select=count(*)
[{"count":"100717116"}]