Datasets:
Note the Hive partition columns
Browse files
README.md
CHANGED
|
@@ -67,6 +67,9 @@ table = ds.dataset(path, format="parquet", partitioning="hive")
|
|
| 67 |
| `longitude` | double | stop position |
|
| 68 |
| `door_lift_flags_possibly` | string | vehicle flag field; its low bit separates the two APC-equipped subfleets |
|
| 69 |
|
|
|
|
|
|
|
|
|
|
| 70 |
## Working with it
|
| 71 |
|
| 72 |
These are **raw counts, not ridership estimates.** Two corrections matter
|
|
|
|
| 67 |
| `longitude` | double | stop position |
|
| 68 |
| `door_lift_flags_possibly` | string | vehicle flag field; its low bit separates the two APC-equipped subfleets |
|
| 69 |
|
| 70 |
+
Readers that understand Hive partitioning also surface `year` and `month` as
|
| 71 |
+
columns, recovered from the directory names rather than stored in the files.
|
| 72 |
+
|
| 73 |
## Working with it
|
| 74 |
|
| 75 |
These are **raw counts, not ridership estimates.** Two corrections matter
|