Skip to content

Commit dc4746f

Browse files
committed
Table spacing.
1 parent 5e10a9e commit dc4746f

1 file changed

Lines changed: 9 additions & 9 deletions

File tree

provider/README.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -363,15 +363,15 @@ The authenticated reports are monthly, historic flat files that may be pre-gener
363363
**`data` Filename:** monthly file named by year and month, e.g. `/reports/YYYY-MM.csv`
364364
**`data` Payload:** monthly CSV files with the following structure:
365365

366-
| Column Name | Type | Comments |
367-
|----------------------|------------------------------------------|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
368-
| `start_date` | date | Start date of trip the data row, ISO 8601 format |
369-
| `time_zone` | string | Time zone of market, from the [tzdata database](https://www.iana.org/time-zones) |
370-
| `special_group_type` | [Special Group Type](#special-group-type) | Type that applies to this row |
371-
| `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. |
372-
| `vehicle_type` | [Vehicle Type](/agency#vehicle-type) | Type that applies to this row |
373-
| `trip_count` | integer | Count of trips taken for this row |
374-
| `rider_count` | integer | Count of unique riders for this row |
366+
| Column Name | Type | Comments |
367+
|----------------------|--------------------------------------------|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
368+
| `start_date` | date | Start date of trip the data row, ISO 8601 format |
369+
| `time_zone` | string | Time zone of market, from the [tzdata database](https://www.iana.org/time-zones) |
370+
| `special_group_type` | [Special Group Type](#special-group-type) | Type that applies to this row |
371+
| `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. |
372+
| `vehicle_type` | [Vehicle Type](/agency#vehicle-type) | Type that applies to this row |
373+
| `trip_count` | integer | Count of trips taken for this row |
374+
| `rider_count` | integer | Count of unique riders for this row |
375375

376376
#### Data Notes
377377

0 commit comments

Comments
 (0)