You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| StartDate | date | Start date of trip the data row, ISO 8601 format, local timezone |
348
-
| Duration | string | Value is always `P1M` for monthly. Based on [ISO 8601 duration](https://en.wikipedia.org/wiki/ISO_8601#Durations) |
349
-
| Special Group Type | [Special Group Type](#special-group-type) | Type that applies to this row |
350
-
| Geography ID | [Geography](/geography) | ID that applies to this row. Includes all IDs in /geography. When there is no /geography then return `null` for this value and return counts based on the entire operating area. |
351
-
| Vehicle Type | [Vehicle Type](/agency#vehicle-type) | Type that applies to this row |
352
-
| Trip Count | integer | Count of trips taken for this row |
353
-
| Rider Count | integer | Count of unique riders for this row |
| `start_date` | date | Start date of trip the data row, ISO 8601 format, local timezone |
348
+
| `duration` | string | Value is always `P1M` for monthly. Based on [ISO 8601 duration](https://en.wikipedia.org/wiki/ISO_8601#Durations) |
349
+
| `special_group_type` | [Special Group Type](#special-group-type) | Type that applies to this row |
350
+
| `geography_id` | [Geography](/geography) | ID that applies to this row. Includes all IDs in /geography. When there is no /geography then return `null` for this value and return counts based on the entire operating area. |
351
+
| `vehicle_type` | [Vehicle Type](/agency#vehicle-type) | Type that applies to this row |
352
+
| `trip_count` | integer | Count of trips taken for this row |
353
+
| `rider_count` | integer | Count of unique riders for this row |
354
354
355
355
#### Data Notes
356
356
@@ -369,7 +369,7 @@ For 3 months of provider operation in a city (September 2019 through November 20
369
369
**September 2019** `/reports/2019-09.csv`
370
370
371
371
```csv
372
-
StartDate,Duration,Special Group Type,Geography ID,Vehicle Type,Trip Count,Rider Count
0 commit comments