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
| Provider ID | UUID | A UUID for the Provider, unique within MDS. See MDS provider_id in [provider list](/providers.csv). |
369
-
| StartDate | date | Start date of trip the data row, ISO 8601 format, local timezone |
370
-
| Duration | string | Value is always `P1M` for monthly. Based on [ISO 8601 duration](https://en.wikipedia.org/wiki/ISO_8601#Durations) |
371
-
| Special Group Type | [Special Group Type](#special-group-type) | Type that applies to this row |
372
-
| 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. |
373
-
| Vehicle Type | [Vehicle Type](/agency#vehicle-type) | Type that applies to this row |
374
-
| Trip Count | integer | Count of trips taken for this row |
375
-
| Rider Count | integer | Count of unique riders for this row |
| `provider_id` | UUID | A UUID for the Provider, unique within MDS. See MDS provider_id in [provider list](/providers.csv). |
369
+
| `start_date` | date | Start date of trip the data row, ISO 8601 format, local timezone |
370
+
| `duration` | string | Value is always `P1M` for monthly. Based on [ISO 8601 duration](https://en.wikipedia.org/wiki/ISO_8601#Durations) |
371
+
| `special_group_type` | [Special Group Type](#special-group-type) | Type that applies to this row |
372
+
| `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. |
373
+
| `vehicle_type` | [Vehicle Type](/agency#vehicle-type) | Type that applies to this row |
374
+
| `trip_count` | integer | Count of trips taken for this row |
375
+
| `rider_count` | integer | Count of unique riders for this row |
376
376
377
377
#### Data Notes
378
378
@@ -391,7 +391,7 @@ For 3 months of a single provider operation in a city (September 2019 through No
391
391
**September 2019** `/reports/2019-09.csv`
392
392
393
393
```csv
394
-
Provider ID,StartDate,Duration,Special Group Type,Geography ID,Vehicle Type,Trip Count,Rider Count
0 commit comments