Dataset Preview
Full Screen Viewer
Full Screen
The full dataset viewer is not available (click to read why). Only showing a preview of the rows.
The dataset generation failed because of a cast error
Error code: DatasetGenerationCastError Exception: DatasetGenerationCastError Message: An error occurred while generating the dataset All the data files must have the same columns, but at some point there are 49 new columns ({'End Date', 'Status 1022', 'Inspector/Supervisor', 'Emerg. Close', 'Remarks', 'Cozeep Mazeep', 'Request Date', 'Fwy-Dir', 'Planned Duration', 'Inspector 4', 'index', 'Reported Duration', 'DTM Area', 'End County', 'EA Number', 'Has Detour Map', 'Inspector 3', 'Meeting Place', 'Begin County', 'Begin State PM', 'Duration', 'Last Update', 'Cost Center', 'Status 1098 Date', 'Start Date', 'Status 1097 Date', 'Submitter', 'Begin Abs PM', 'Status 1022 Date', 'Associated Sensor Files', 'Log #', 'Total Lanes', 'End State PM', 'Facility', 'Status', 'Permit', 'Outside Chart Reason', 'Status 1097', 'Inspector/Field Rep', 'ID', 'Outside Chart Hours', 'Status 1098', 'End Abs PM', 'Closure Lanes', 'DB ID', 'Estimated Delay', 'Work Type', 'Chart Table', 'Clearance Impact'}) and 22 missing columns ({'sensor_id', 'Lane 3 Occ (%)', 'Lane 5 Occ (%)', 'CA PM', 'Lane 1 Speed (mph)', 'Occupancy (%)', 'Abs PM', 'Lane 4 Occ (%)', 'Lanes', 'Lane 1 Occ (%)', 'Lane 2 Occ (%)', 'Fwy', 'Sensor Type', 'Speed (mph)', 'City', 'Lane 3 Speed (mph)', 'Lane 4 Speed (mph)', 'Lane 5 Speed (mph)', 'County', 'Hour', 'Name', 'Lane 2 Speed (mph)'}). This happened while the csv dataset builder was generating data using hf://datasets/yatsbm/TrafficFresh/closure_tasks/traffic_lane_closure_split_data/associated_sensors/fwy_dir_I15-N.csv (at revision ce9c6bb5334a3dc4719e0039e82239170ad49f0c) Please either edit the data files to have matching columns, or separate them into different configurations (see docs at https://hf.co/docs/hub/datasets-manual-configuration#multiple-configurations) Traceback: Traceback (most recent call last): File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/builder.py", line 1869, in _prepare_split_single writer.write_table(table) File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/arrow_writer.py", line 580, in write_table pa_table = table_cast(pa_table, self._schema) File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/table.py", line 2292, in table_cast return cast_table_to_schema(table, schema) File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/table.py", line 2240, in cast_table_to_schema raise CastError( datasets.table.CastError: Couldn't cast index: int64 ID: string Log #: int64 District: int64 Fwy-Dir: string Begin County: double Begin Abs PM: double Begin State PM: double End County: double End Abs PM: double End State PM: double Length: double Status: string DTM Area: double Work Type: string Start Date: string Status 1097: string Status 1097 Date: string End Date: string Status 1098: string Status 1098 Date: string Duration: string Planned Duration: int64 Reported Duration: double Request Date: string Last Update: string Emerg. Close: int64 Cozeep Mazeep: int64 EA Number: string Has Detour Map: int64 Chart Table: string Clearance Impact: int64 Meeting Place: string Estimated Delay: double Outside Chart Hours: int64 Outside Chart Reason: double Submitter: string Inspector/Supervisor: string Inspector/Field Rep: string Inspector 3: string Inspector 4: string Permit: double Cost Center: double Status 1022: string Status 1022 Date: string Remarks: string Type: string Facility: string Closure Lanes: double Total Lanes: int64 DB ID: int64 Associated Sensor Files: string -- schema metadata -- pandas: '{"index_columns": [{"kind": "range", "name": null, "start": 0, "' + 6619 to {'Hour': Value(dtype='string', id=None), 'sensor_id': Value(dtype='int64', id=None), 'Occupancy (%)': Value(dtype='float64', id=None), 'Speed (mph)': Value(dtype='float64', id=None), 'Lane 1 Occ (%)': Value(dtype='float64', id=None), 'Lane 1 Speed (mph)': Value(dtype='float64', id=None), 'Lane 2 Occ (%)': Value(dtype='float64', id=None), 'Lane 2 Speed (mph)': Value(dtype='float64', id=None), 'Lane 3 Occ (%)': Value(dtype='float64', id=None), 'Lane 3 Speed (mph)': Value(dtype='float64', id=None), 'Lane 4 Occ (%)': Value(dtype='float64', id=None), 'Lane 4 Speed (mph)': Value(dtype='float64', id=None), 'Lane 5 Occ (%)': Value(dtype='float64', id=None), 'Lane 5 Speed (mph)': Value(dtype='float64', id=None), 'Fwy': Value(dtype='string', id=None), 'District': Value(dtype='int64', id=None), 'County': Value(dtype='string', id=None), 'City': Value(dtype='string', id=None), 'CA PM': Value(dtype='string', id=None), 'Abs PM': Value(dtype='float64', id=None), 'Length': Value(dtype='float64', id=None), 'Name': Value(dtype='string', id=None), 'Lanes': Value(dtype='int64', id=None), 'Type': Value(dtype='string', id=None), 'Sensor Type': Value(dtype='string', id=None)} because column names don't match During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/src/services/worker/src/worker/job_runners/config/parquet_and_info.py", line 1392, in compute_config_parquet_and_info_response parquet_operations = convert_to_parquet(builder) File "/src/services/worker/src/worker/job_runners/config/parquet_and_info.py", line 1041, in convert_to_parquet builder.download_and_prepare( File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/builder.py", line 924, in download_and_prepare self._download_and_prepare( File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/builder.py", line 999, in _download_and_prepare self._prepare_split(split_generator, **prepare_split_kwargs) File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/builder.py", line 1740, in _prepare_split for job_id, done, content in self._prepare_split_single( File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/builder.py", line 1871, in _prepare_split_single raise DatasetGenerationCastError.from_cast_error( datasets.exceptions.DatasetGenerationCastError: An error occurred while generating the dataset All the data files must have the same columns, but at some point there are 49 new columns ({'End Date', 'Status 1022', 'Inspector/Supervisor', 'Emerg. Close', 'Remarks', 'Cozeep Mazeep', 'Request Date', 'Fwy-Dir', 'Planned Duration', 'Inspector 4', 'index', 'Reported Duration', 'DTM Area', 'End County', 'EA Number', 'Has Detour Map', 'Inspector 3', 'Meeting Place', 'Begin County', 'Begin State PM', 'Duration', 'Last Update', 'Cost Center', 'Status 1098 Date', 'Start Date', 'Status 1097 Date', 'Submitter', 'Begin Abs PM', 'Status 1022 Date', 'Associated Sensor Files', 'Log #', 'Total Lanes', 'End State PM', 'Facility', 'Status', 'Permit', 'Outside Chart Reason', 'Status 1097', 'Inspector/Field Rep', 'ID', 'Outside Chart Hours', 'Status 1098', 'End Abs PM', 'Closure Lanes', 'DB ID', 'Estimated Delay', 'Work Type', 'Chart Table', 'Clearance Impact'}) and 22 missing columns ({'sensor_id', 'Lane 3 Occ (%)', 'Lane 5 Occ (%)', 'CA PM', 'Lane 1 Speed (mph)', 'Occupancy (%)', 'Abs PM', 'Lane 4 Occ (%)', 'Lanes', 'Lane 1 Occ (%)', 'Lane 2 Occ (%)', 'Fwy', 'Sensor Type', 'Speed (mph)', 'City', 'Lane 3 Speed (mph)', 'Lane 4 Speed (mph)', 'Lane 5 Speed (mph)', 'County', 'Hour', 'Name', 'Lane 2 Speed (mph)'}). This happened while the csv dataset builder was generating data using hf://datasets/yatsbm/TrafficFresh/closure_tasks/traffic_lane_closure_split_data/associated_sensors/fwy_dir_I15-N.csv (at revision ce9c6bb5334a3dc4719e0039e82239170ad49f0c) Please either edit the data files to have matching columns, or separate them into different configurations (see docs at https://hf.co/docs/hub/datasets-manual-configuration#multiple-configurations)
Need help to make the dataset viewer work? Make sure to review how to configure the dataset viewer, and open a discussion for direct support.
Hour
string | sensor_id
int64 | Occupancy (%)
float64 | Speed (mph)
float64 | Lane 1 Occ (%)
float64 | Lane 1 Speed (mph)
float64 | Lane 2 Occ (%)
float64 | Lane 2 Speed (mph)
float64 | Lane 3 Occ (%)
float64 | Lane 3 Speed (mph)
float64 | Lane 4 Occ (%)
null | Lane 4 Speed (mph)
null | Lane 5 Occ (%)
null | Lane 5 Speed (mph)
null | Fwy
string | District
int64 | County
string | City
string | CA PM
string | Abs PM
float64 | Length
float64 | Name
string | Lanes
int64 | Type
string | Sensor Type
string |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
01/01/2024 05:00 | 759,257 | 3.4 | 65.2 | 2.4 | 68.8 | 4.2 | 66.7 | 3.5 | 60 | null | null | null | null | I10-E | 7 | Los Angeles | Santa Monica | R2.33 | 0.175 | 0.325 | LINCOLN | 3 | Mainline | loops |
01/01/2024 06:00 | 759,257 | 5.3 | 64.6 | 3.8 | 68.1 | 6.7 | 66 | 5.4 | 59.4 | null | null | null | null | I10-E | 7 | Los Angeles | Santa Monica | R2.33 | 0.175 | 0.325 | LINCOLN | 3 | Mainline | loops |
01/01/2024 07:00 | 759,257 | 6.6 | 63.3 | 4.7 | 66.8 | 8.3 | 64.7 | 6.8 | 58.2 | null | null | null | null | I10-E | 7 | Los Angeles | Santa Monica | R2.33 | 0.175 | 0.325 | LINCOLN | 3 | Mainline | loops |
01/01/2024 08:00 | 759,257 | 6.5 | 62.5 | 4.6 | 66 | 8.2 | 64 | 6.7 | 57.5 | null | null | null | null | I10-E | 7 | Los Angeles | Santa Monica | R2.33 | 0.175 | 0.325 | LINCOLN | 3 | Mainline | loops |
01/01/2024 09:00 | 759,257 | 5.8 | 62.9 | 4.1 | 66.3 | 7.3 | 64.3 | 5.9 | 57.8 | null | null | null | null | I10-E | 7 | Los Angeles | Santa Monica | R2.33 | 0.175 | 0.325 | LINCOLN | 3 | Mainline | loops |
01/01/2024 10:00 | 759,257 | 5.6 | 63.1 | 4 | 66.5 | 7.1 | 64.5 | 5.8 | 58 | null | null | null | null | I10-E | 7 | Los Angeles | Santa Monica | R2.33 | 0.175 | 0.325 | LINCOLN | 3 | Mainline | loops |
01/01/2024 11:00 | 759,257 | 5.7 | 63 | 4.1 | 66.4 | 7.2 | 64.4 | 5.9 | 57.9 | null | null | null | null | I10-E | 7 | Los Angeles | Santa Monica | R2.33 | 0.175 | 0.325 | LINCOLN | 3 | Mainline | loops |
01/01/2024 12:00 | 759,257 | 6 | 62.7 | 4.3 | 66.1 | 7.5 | 64.1 | 6.2 | 57.6 | null | null | null | null | I10-E | 7 | Los Angeles | Santa Monica | R2.33 | 0.175 | 0.325 | LINCOLN | 3 | Mainline | loops |
01/01/2024 13:00 | 759,257 | 6.3 | 62.2 | 4.5 | 65.7 | 7.9 | 63.7 | 6.5 | 57.3 | null | null | null | null | I10-E | 7 | Los Angeles | Santa Monica | R2.33 | 0.175 | 0.325 | LINCOLN | 3 | Mainline | loops |
01/01/2024 14:00 | 759,257 | 7 | 61.7 | 5 | 65.1 | 8.8 | 63.1 | 7.2 | 56.8 | null | null | null | null | I10-E | 7 | Los Angeles | Santa Monica | R2.33 | 0.175 | 0.325 | LINCOLN | 3 | Mainline | loops |
01/01/2024 15:00 | 759,257 | 7.6 | 61 | 5.4 | 64.4 | 9.6 | 62.4 | 7.8 | 56.2 | null | null | null | null | I10-E | 7 | Los Angeles | Santa Monica | R2.33 | 0.175 | 0.325 | LINCOLN | 3 | Mainline | loops |
01/01/2024 16:00 | 759,257 | 7.8 | 60.7 | 5.5 | 64.1 | 9.8 | 62.1 | 8 | 55.9 | null | null | null | null | I10-E | 7 | Los Angeles | Santa Monica | R2.33 | 0.175 | 0.325 | LINCOLN | 3 | Mainline | loops |
01/01/2024 17:00 | 759,257 | 7.8 | 61 | 5.6 | 64.3 | 9.8 | 62.3 | 8 | 56.1 | null | null | null | null | I10-E | 7 | Los Angeles | Santa Monica | R2.33 | 0.175 | 0.325 | LINCOLN | 3 | Mainline | loops |
01/01/2024 18:00 | 759,257 | 6.5 | 63.1 | 4.7 | 66.6 | 8.2 | 64.5 | 6.7 | 58 | null | null | null | null | I10-E | 7 | Los Angeles | Santa Monica | R2.33 | 0.175 | 0.325 | LINCOLN | 3 | Mainline | loops |
01/01/2024 19:00 | 759,257 | 4.8 | 64.8 | 3.4 | 68.3 | 6 | 66.2 | 4.9 | 59.6 | null | null | null | null | I10-E | 7 | Los Angeles | Santa Monica | R2.33 | 0.175 | 0.325 | LINCOLN | 3 | Mainline | loops |
01/01/2024 20:00 | 759,257 | 3.6 | 65 | 2.6 | 68.5 | 4.5 | 66.4 | 3.7 | 59.8 | null | null | null | null | I10-E | 7 | Los Angeles | Santa Monica | R2.33 | 0.175 | 0.325 | LINCOLN | 3 | Mainline | loops |
01/01/2024 21:00 | 759,257 | 2.9 | 65.2 | 2.1 | 68.7 | 3.7 | 66.6 | 3 | 59.9 | null | null | null | null | I10-E | 7 | Los Angeles | Santa Monica | R2.33 | 0.175 | 0.325 | LINCOLN | 3 | Mainline | loops |
01/01/2024 22:00 | 759,257 | 2.1 | 65.1 | 1.5 | 68.7 | 2.7 | 66.6 | 2.2 | 59.9 | null | null | null | null | I10-E | 7 | Los Angeles | Santa Monica | R2.33 | 0.175 | 0.325 | LINCOLN | 3 | Mainline | loops |
01/01/2024 23:00 | 759,257 | 1.2 | 65.1 | 0.9 | 68.6 | 1.6 | 66.5 | 1.3 | 59.8 | null | null | null | null | I10-E | 7 | Los Angeles | Santa Monica | R2.33 | 0.175 | 0.325 | LINCOLN | 3 | Mainline | loops |
01/02/2024 00:00 | 759,257 | 0.6 | 65 | 0.5 | 68.7 | 0.8 | 66.6 | 0.7 | 59.9 | null | null | null | null | I10-E | 7 | Los Angeles | Santa Monica | R2.33 | 0.175 | 0.325 | LINCOLN | 3 | Mainline | loops |
01/02/2024 01:00 | 759,257 | 0.3 | 65.1 | 0.2 | 68.6 | 0.4 | 66.5 | 0.4 | 59.8 | null | null | null | null | I10-E | 7 | Los Angeles | Santa Monica | R2.33 | 0.175 | 0.325 | LINCOLN | 3 | Mainline | loops |
01/02/2024 02:00 | 759,257 | 0.3 | 64.4 | 0.2 | 68.6 | 0.3 | 66.5 | 0.3 | 59.8 | null | null | null | null | I10-E | 7 | Los Angeles | Santa Monica | R2.33 | 0.175 | 0.325 | LINCOLN | 3 | Mainline | loops |
01/02/2024 03:00 | 759,257 | 0.4 | 65.1 | 0.3 | 68.7 | 0.5 | 66.6 | 0.4 | 59.9 | null | null | null | null | I10-E | 7 | Los Angeles | Santa Monica | R2.33 | 0.175 | 0.325 | LINCOLN | 3 | Mainline | loops |
01/02/2024 04:00 | 759,257 | 1.2 | 65.1 | 0.9 | 68.7 | 1.6 | 66.6 | 1.3 | 59.9 | null | null | null | null | I10-E | 7 | Los Angeles | Santa Monica | R2.33 | 0.175 | 0.325 | LINCOLN | 3 | Mainline | loops |
01/02/2024 05:00 | 759,257 | 3.5 | 65.3 | 2.5 | 68.8 | 4.5 | 66.7 | 3.7 | 60 | null | null | null | null | I10-E | 7 | Los Angeles | Santa Monica | R2.33 | 0.175 | 0.325 | LINCOLN | 3 | Mainline | loops |
01/02/2024 06:00 | 759,257 | 5.7 | 64.4 | 4 | 67.9 | 7.1 | 65.8 | 5.8 | 59.2 | null | null | null | null | I10-E | 7 | Los Angeles | Santa Monica | R2.33 | 0.175 | 0.325 | LINCOLN | 3 | Mainline | loops |
01/02/2024 07:00 | 759,257 | 7.2 | 62.8 | 5.1 | 66.3 | 9 | 64.3 | 7.4 | 57.8 | null | null | null | null | I10-E | 7 | Los Angeles | Santa Monica | R2.33 | 0.175 | 0.325 | LINCOLN | 3 | Mainline | loops |
01/02/2024 08:00 | 759,257 | 7 | 61.7 | 5 | 65.1 | 8.8 | 63.1 | 7.2 | 56.8 | null | null | null | null | I10-E | 7 | Los Angeles | Santa Monica | R2.33 | 0.175 | 0.325 | LINCOLN | 3 | Mainline | loops |
01/02/2024 09:00 | 759,257 | 6.1 | 62.3 | 4.3 | 65.7 | 7.7 | 63.7 | 6.3 | 57.3 | null | null | null | null | I10-E | 7 | Los Angeles | Santa Monica | R2.33 | 0.175 | 0.325 | LINCOLN | 3 | Mainline | loops |
01/02/2024 10:00 | 759,257 | 5.6 | 62.7 | 4 | 66.2 | 7.1 | 64.2 | 5.8 | 57.7 | null | null | null | null | I10-E | 7 | Los Angeles | Santa Monica | R2.33 | 0.175 | 0.325 | LINCOLN | 3 | Mainline | loops |
01/02/2024 11:00 | 759,257 | 5.5 | 63 | 3.9 | 66.4 | 6.9 | 64.4 | 5.7 | 57.9 | null | null | null | null | I10-E | 7 | Los Angeles | Santa Monica | R2.33 | 0.175 | 0.325 | LINCOLN | 3 | Mainline | loops |
01/02/2024 12:00 | 759,257 | 5.7 | 62.9 | 4.1 | 66.3 | 7.2 | 64.3 | 5.9 | 57.8 | null | null | null | null | I10-E | 7 | Los Angeles | Santa Monica | R2.33 | 0.175 | 0.325 | LINCOLN | 3 | Mainline | loops |
01/02/2024 13:00 | 759,257 | 6.1 | 62.4 | 4.4 | 65.8 | 7.7 | 63.8 | 6.3 | 57.4 | null | null | null | null | I10-E | 7 | Los Angeles | Santa Monica | R2.33 | 0.175 | 0.325 | LINCOLN | 3 | Mainline | loops |
01/02/2024 14:00 | 759,257 | 7 | 61.8 | 5 | 65.2 | 8.8 | 63.2 | 7.2 | 56.8 | null | null | null | null | I10-E | 7 | Los Angeles | Santa Monica | R2.33 | 0.175 | 0.325 | LINCOLN | 3 | Mainline | loops |
01/02/2024 15:00 | 759,257 | 7.6 | 61.2 | 5.4 | 64.5 | 9.6 | 62.5 | 7.9 | 56.3 | null | null | null | null | I10-E | 7 | Los Angeles | Santa Monica | R2.33 | 0.175 | 0.325 | LINCOLN | 3 | Mainline | loops |
01/02/2024 16:00 | 759,257 | 7.9 | 60.8 | 5.6 | 64.1 | 10 | 62.1 | 8.2 | 55.9 | null | null | null | null | I10-E | 7 | Los Angeles | Santa Monica | R2.33 | 0.175 | 0.325 | LINCOLN | 3 | Mainline | loops |
01/02/2024 17:00 | 759,257 | 8.2 | 60.6 | 5.8 | 64 | 10.3 | 62 | 8.4 | 55.8 | null | null | null | null | I10-E | 7 | Los Angeles | Santa Monica | R2.33 | 0.175 | 0.325 | LINCOLN | 3 | Mainline | loops |
01/02/2024 18:00 | 759,257 | 6.9 | 62.7 | 4.9 | 66.1 | 8.7 | 64.1 | 7.2 | 57.7 | null | null | null | null | I10-E | 7 | Los Angeles | Santa Monica | R2.33 | 0.175 | 0.325 | LINCOLN | 3 | Mainline | loops |
01/02/2024 19:00 | 759,257 | 5 | 64.6 | 3.6 | 68.1 | 6.3 | 66 | 5.2 | 59.4 | null | null | null | null | I10-E | 7 | Los Angeles | Santa Monica | R2.33 | 0.175 | 0.325 | LINCOLN | 3 | Mainline | loops |
01/02/2024 20:00 | 759,257 | 3.7 | 64.9 | 2.7 | 68.4 | 4.7 | 66.3 | 3.9 | 59.7 | null | null | null | null | I10-E | 7 | Los Angeles | Santa Monica | R2.33 | 0.175 | 0.325 | LINCOLN | 3 | Mainline | loops |
01/02/2024 21:00 | 759,257 | 3 | 65.2 | 2.1 | 68.7 | 3.8 | 66.6 | 3.1 | 59.9 | null | null | null | null | I10-E | 7 | Los Angeles | Santa Monica | R2.33 | 0.175 | 0.325 | LINCOLN | 3 | Mainline | loops |
01/02/2024 22:00 | 759,257 | 2.3 | 65.2 | 1.6 | 68.7 | 2.9 | 66.6 | 2.4 | 59.9 | null | null | null | null | I10-E | 7 | Los Angeles | Santa Monica | R2.33 | 0.175 | 0.325 | LINCOLN | 3 | Mainline | loops |
01/02/2024 23:00 | 759,257 | 1.4 | 65.1 | 1 | 68.7 | 1.7 | 66.6 | 1.4 | 59.9 | null | null | null | null | I10-E | 7 | Los Angeles | Santa Monica | R2.33 | 0.175 | 0.325 | LINCOLN | 3 | Mainline | loops |
01/03/2024 00:00 | 759,257 | 0.7 | 65.1 | 0.5 | 68.6 | 0.9 | 66.5 | 0.7 | 59.8 | null | null | null | null | I10-E | 7 | Los Angeles | Santa Monica | R2.33 | 0.175 | 0.325 | LINCOLN | 3 | Mainline | loops |
01/03/2024 01:00 | 759,257 | 0.4 | 65 | 0.3 | 68.6 | 0.5 | 66.5 | 0.4 | 59.8 | null | null | null | null | I10-E | 7 | Los Angeles | Santa Monica | R2.33 | 0.175 | 0.325 | LINCOLN | 3 | Mainline | loops |
01/03/2024 02:00 | 759,257 | 0.3 | 64.4 | 0.2 | 68.7 | 0.3 | 66.6 | 0.3 | 59.9 | null | null | null | null | I10-E | 7 | Los Angeles | Santa Monica | R2.33 | 0.175 | 0.325 | LINCOLN | 3 | Mainline | loops |
01/03/2024 03:00 | 759,257 | 0.4 | 65.1 | 0.3 | 68.7 | 0.5 | 66.6 | 0.4 | 59.9 | null | null | null | null | I10-E | 7 | Los Angeles | Santa Monica | R2.33 | 0.175 | 0.325 | LINCOLN | 3 | Mainline | loops |
01/03/2024 04:00 | 759,257 | 1.3 | 65.3 | 0.9 | 68.8 | 1.7 | 66.7 | 1.4 | 60 | null | null | null | null | I10-E | 7 | Los Angeles | Santa Monica | R2.33 | 0.175 | 0.325 | LINCOLN | 3 | Mainline | loops |
01/03/2024 05:00 | 759,257 | 3.9 | 65.4 | 2.7 | 69 | 4.9 | 66.8 | 4 | 60.1 | null | null | null | null | I10-E | 7 | Los Angeles | Santa Monica | R2.33 | 0.175 | 0.325 | LINCOLN | 3 | Mainline | loops |
01/03/2024 06:00 | 759,257 | 6.1 | 64.4 | 4.3 | 67.9 | 7.6 | 65.8 | 6.2 | 59.2 | null | null | null | null | I10-E | 7 | Los Angeles | Santa Monica | R2.33 | 0.175 | 0.325 | LINCOLN | 3 | Mainline | loops |
01/03/2024 07:00 | 759,257 | 7.5 | 62.7 | 5.3 | 66.2 | 9.5 | 64.2 | 7.7 | 57.7 | null | null | null | null | I10-E | 7 | Los Angeles | Santa Monica | R2.33 | 0.175 | 0.325 | LINCOLN | 3 | Mainline | loops |
01/03/2024 08:00 | 759,257 | 7.3 | 61.7 | 5.2 | 65 | 9.2 | 63 | 7.5 | 56.7 | null | null | null | null | I10-E | 7 | Los Angeles | Santa Monica | R2.33 | 0.175 | 0.325 | LINCOLN | 3 | Mainline | loops |
01/03/2024 09:00 | 759,257 | 6.3 | 62.5 | 4.5 | 65.9 | 8 | 63.9 | 6.5 | 57.4 | null | null | null | null | I10-E | 7 | Los Angeles | Santa Monica | R2.33 | 0.175 | 0.325 | LINCOLN | 3 | Mainline | loops |
01/03/2024 10:00 | 759,257 | 5.9 | 63 | 4.2 | 66.4 | 7.4 | 64.4 | 6 | 57.9 | null | null | null | null | I10-E | 7 | Los Angeles | Santa Monica | R2.33 | 0.175 | 0.325 | LINCOLN | 3 | Mainline | loops |
01/03/2024 11:00 | 759,257 | 5.8 | 62.9 | 4.1 | 66.3 | 7.3 | 64.3 | 6 | 57.8 | null | null | null | null | I10-E | 7 | Los Angeles | Santa Monica | R2.33 | 0.175 | 0.325 | LINCOLN | 3 | Mainline | loops |
01/03/2024 12:00 | 759,257 | 6.1 | 62.8 | 4.3 | 66.2 | 7.6 | 64.2 | 6.2 | 57.7 | null | null | null | null | I10-E | 7 | Los Angeles | Santa Monica | R2.33 | 0.175 | 0.325 | LINCOLN | 3 | Mainline | loops |
01/03/2024 13:00 | 759,257 | 6.5 | 62.2 | 4.6 | 65.7 | 8.2 | 63.7 | 6.7 | 57.3 | null | null | null | null | I10-E | 7 | Los Angeles | Santa Monica | R2.33 | 0.175 | 0.325 | LINCOLN | 3 | Mainline | loops |
01/03/2024 14:00 | 759,257 | 7.4 | 61.6 | 5.3 | 65 | 9.3 | 63 | 7.6 | 56.7 | null | null | null | null | I10-E | 7 | Los Angeles | Santa Monica | R2.33 | 0.175 | 0.325 | LINCOLN | 3 | Mainline | loops |
01/03/2024 15:00 | 759,257 | 8 | 60.9 | 5.7 | 64.3 | 10.1 | 62.3 | 8.2 | 56.1 | null | null | null | null | I10-E | 7 | Los Angeles | Santa Monica | R2.33 | 0.175 | 0.325 | LINCOLN | 3 | Mainline | loops |
01/03/2024 16:00 | 759,257 | 8.3 | 60.5 | 5.9 | 63.9 | 10.5 | 61.9 | 8.6 | 55.7 | null | null | null | null | I10-E | 7 | Los Angeles | Santa Monica | R2.33 | 0.175 | 0.325 | LINCOLN | 3 | Mainline | loops |
01/03/2024 17:00 | 759,257 | 8.7 | 59.8 | 6.2 | 63.2 | 11 | 61.2 | 9 | 55.1 | null | null | null | null | I10-E | 7 | Los Angeles | Santa Monica | R2.33 | 0.175 | 0.325 | LINCOLN | 3 | Mainline | loops |
01/03/2024 18:00 | 759,257 | 7.4 | 62.4 | 5.3 | 65.8 | 9.3 | 63.8 | 7.6 | 57.4 | null | null | null | null | I10-E | 7 | Los Angeles | Santa Monica | R2.33 | 0.175 | 0.325 | LINCOLN | 3 | Mainline | loops |
01/03/2024 19:00 | 759,257 | 5.4 | 64.6 | 3.8 | 68.1 | 6.8 | 66 | 5.5 | 59.4 | null | null | null | null | I10-E | 7 | Los Angeles | Santa Monica | R2.33 | 0.175 | 0.325 | LINCOLN | 3 | Mainline | loops |
01/03/2024 20:00 | 759,257 | 4 | 64.9 | 2.9 | 68.5 | 5.1 | 66.4 | 4.1 | 59.8 | null | null | null | null | I10-E | 7 | Los Angeles | Santa Monica | R2.33 | 0.175 | 0.325 | LINCOLN | 3 | Mainline | loops |
01/03/2024 21:00 | 759,257 | 3.3 | 65.2 | 2.3 | 68.7 | 4.2 | 66.6 | 3.4 | 59.9 | null | null | null | null | I10-E | 7 | Los Angeles | Santa Monica | R2.33 | 0.175 | 0.325 | LINCOLN | 3 | Mainline | loops |
01/03/2024 22:00 | 759,257 | 2.4 | 65.2 | 1.7 | 68.7 | 3 | 66.6 | 2.5 | 59.9 | null | null | null | null | I10-E | 7 | Los Angeles | Santa Monica | R2.33 | 0.175 | 0.325 | LINCOLN | 3 | Mainline | loops |
01/03/2024 23:00 | 759,257 | 1.4 | 65.1 | 1 | 68.7 | 1.7 | 66.6 | 1.4 | 59.9 | null | null | null | null | I10-E | 7 | Los Angeles | Santa Monica | R2.33 | 0.175 | 0.325 | LINCOLN | 3 | Mainline | loops |
01/04/2024 00:00 | 759,257 | 0.7 | 65.2 | 0.5 | 68.7 | 0.9 | 66.6 | 0.7 | 59.9 | null | null | null | null | I10-E | 7 | Los Angeles | Santa Monica | R2.33 | 0.175 | 0.325 | LINCOLN | 3 | Mainline | loops |
01/04/2024 01:00 | 759,257 | 0.4 | 65.1 | 0.3 | 68.7 | 0.5 | 66.6 | 0.4 | 59.9 | null | null | null | null | I10-E | 7 | Los Angeles | Santa Monica | R2.33 | 0.175 | 0.325 | LINCOLN | 3 | Mainline | loops |
01/04/2024 02:00 | 759,257 | 0.3 | 64.3 | 0.2 | 68.6 | 0.3 | 66.5 | 0.3 | 59.8 | null | null | null | null | I10-E | 7 | Los Angeles | Santa Monica | R2.33 | 0.175 | 0.325 | LINCOLN | 3 | Mainline | loops |
01/04/2024 03:00 | 759,257 | 0.4 | 65 | 0.3 | 68.7 | 0.5 | 66.6 | 0.4 | 59.9 | null | null | null | null | I10-E | 7 | Los Angeles | Santa Monica | R2.33 | 0.175 | 0.325 | LINCOLN | 3 | Mainline | loops |
01/04/2024 04:00 | 759,257 | 1.4 | 65.2 | 1 | 68.8 | 1.7 | 66.7 | 1.4 | 60 | null | null | null | null | I10-E | 7 | Los Angeles | Santa Monica | R2.33 | 0.175 | 0.325 | LINCOLN | 3 | Mainline | loops |
01/04/2024 05:00 | 759,257 | 3.9 | 65.4 | 2.8 | 69 | 4.9 | 66.8 | 4 | 60.1 | null | null | null | null | I10-E | 7 | Los Angeles | Santa Monica | R2.33 | 0.175 | 0.325 | LINCOLN | 3 | Mainline | loops |
01/04/2024 06:00 | 759,257 | 6.1 | 64.2 | 4.4 | 67.8 | 7.7 | 65.7 | 6.3 | 59.1 | null | null | null | null | I10-E | 7 | Los Angeles | Santa Monica | R2.33 | 0.175 | 0.325 | LINCOLN | 3 | Mainline | loops |
01/04/2024 07:00 | 759,257 | 7.6 | 62.5 | 5.4 | 66 | 9.5 | 64 | 7.8 | 57.5 | null | null | null | null | I10-E | 7 | Los Angeles | Santa Monica | R2.33 | 0.175 | 0.325 | LINCOLN | 3 | Mainline | loops |
01/04/2024 08:00 | 759,257 | 7.4 | 61.4 | 5.3 | 64.8 | 9.3 | 62.8 | 7.6 | 56.5 | null | null | null | null | I10-E | 7 | Los Angeles | Santa Monica | R2.33 | 0.175 | 0.325 | LINCOLN | 3 | Mainline | loops |
01/04/2024 09:00 | 759,257 | 6.5 | 62.1 | 4.6 | 65.6 | 8.2 | 63.6 | 6.7 | 57.2 | null | null | null | null | I10-E | 7 | Los Angeles | Santa Monica | R2.33 | 0.175 | 0.325 | LINCOLN | 3 | Mainline | loops |
01/04/2024 10:00 | 759,257 | 6.1 | 62.7 | 4.3 | 66.1 | 7.7 | 64.1 | 6.3 | 57.6 | null | null | null | null | I10-E | 7 | Los Angeles | Santa Monica | R2.33 | 0.175 | 0.325 | LINCOLN | 3 | Mainline | loops |
01/04/2024 11:00 | 759,257 | 6.1 | 62.6 | 4.4 | 66 | 7.7 | 64 | 6.3 | 57.5 | null | null | null | null | I10-E | 7 | Los Angeles | Santa Monica | R2.33 | 0.175 | 0.325 | LINCOLN | 3 | Mainline | loops |
01/04/2024 12:00 | 759,257 | 6.4 | 62.4 | 4.6 | 65.8 | 8.1 | 63.8 | 6.6 | 57.4 | null | null | null | null | I10-E | 7 | Los Angeles | Santa Monica | R2.33 | 0.175 | 0.325 | LINCOLN | 3 | Mainline | loops |
01/04/2024 13:00 | 759,257 | 6.9 | 62 | 4.9 | 65.5 | 8.6 | 63.5 | 7.1 | 57.1 | null | null | null | null | I10-E | 7 | Los Angeles | Santa Monica | R2.33 | 0.175 | 0.325 | LINCOLN | 3 | Mainline | loops |
01/04/2024 14:00 | 759,257 | 7.7 | 61.4 | 5.5 | 64.8 | 9.7 | 62.8 | 7.9 | 56.5 | null | null | null | null | I10-E | 7 | Los Angeles | Santa Monica | R2.33 | 0.175 | 0.325 | LINCOLN | 3 | Mainline | loops |
01/04/2024 15:00 | 759,257 | 8.3 | 60.5 | 5.9 | 63.9 | 10.5 | 61.9 | 8.6 | 55.7 | null | null | null | null | I10-E | 7 | Los Angeles | Santa Monica | R2.33 | 0.175 | 0.325 | LINCOLN | 3 | Mainline | loops |
01/04/2024 16:00 | 759,257 | 8.7 | 59.8 | 6.2 | 63.1 | 10.9 | 61.2 | 8.9 | 55 | null | null | null | null | I10-E | 7 | Los Angeles | Santa Monica | R2.33 | 0.175 | 0.325 | LINCOLN | 3 | Mainline | loops |
01/04/2024 17:00 | 759,257 | 9 | 58.7 | 6.4 | 62 | 11.3 | 60.1 | 9.2 | 54.1 | null | null | null | null | I10-E | 7 | Los Angeles | Santa Monica | R2.33 | 0.175 | 0.325 | LINCOLN | 3 | Mainline | loops |
01/04/2024 18:00 | 759,257 | 7.7 | 61.8 | 5.5 | 65.2 | 9.7 | 63.2 | 7.9 | 56.9 | null | null | null | null | I10-E | 7 | Los Angeles | Santa Monica | R2.33 | 0.175 | 0.325 | LINCOLN | 3 | Mainline | loops |
01/04/2024 19:00 | 759,257 | 5.8 | 64.3 | 4.1 | 67.9 | 7.3 | 65.8 | 6 | 59.2 | null | null | null | null | I10-E | 7 | Los Angeles | Santa Monica | R2.33 | 0.175 | 0.325 | LINCOLN | 3 | Mainline | loops |
01/04/2024 20:00 | 759,257 | 4.5 | 64.8 | 3.2 | 68.3 | 5.6 | 66.2 | 4.6 | 59.6 | null | null | null | null | I10-E | 7 | Los Angeles | Santa Monica | R2.33 | 0.175 | 0.325 | LINCOLN | 3 | Mainline | loops |
01/04/2024 21:00 | 759,257 | 3.7 | 65.2 | 2.6 | 68.7 | 4.7 | 66.6 | 3.8 | 59.9 | null | null | null | null | I10-E | 7 | Los Angeles | Santa Monica | R2.33 | 0.175 | 0.325 | LINCOLN | 3 | Mainline | loops |
01/04/2024 22:00 | 759,257 | 2.7 | 65.2 | 1.9 | 68.7 | 3.4 | 66.6 | 2.8 | 59.9 | null | null | null | null | I10-E | 7 | Los Angeles | Santa Monica | R2.33 | 0.175 | 0.325 | LINCOLN | 3 | Mainline | loops |
01/04/2024 23:00 | 759,257 | 1.6 | 65.2 | 1.2 | 68.7 | 2 | 66.6 | 1.7 | 59.9 | null | null | null | null | I10-E | 7 | Los Angeles | Santa Monica | R2.33 | 0.175 | 0.325 | LINCOLN | 3 | Mainline | loops |
01/05/2024 00:00 | 759,257 | 0.9 | 65.2 | 0.6 | 68.7 | 1.1 | 66.6 | 0.9 | 59.9 | null | null | null | null | I10-E | 7 | Los Angeles | Santa Monica | R2.33 | 0.175 | 0.325 | LINCOLN | 3 | Mainline | loops |
01/05/2024 01:00 | 759,257 | 0.5 | 65.2 | 0.3 | 68.6 | 0.6 | 66.5 | 0.5 | 59.8 | null | null | null | null | I10-E | 7 | Los Angeles | Santa Monica | R2.33 | 0.175 | 0.325 | LINCOLN | 3 | Mainline | loops |
01/05/2024 02:00 | 759,257 | 0.3 | 65.3 | 0.2 | 68.7 | 0.4 | 66.6 | 0.3 | 59.9 | null | null | null | null | I10-E | 7 | Los Angeles | Santa Monica | R2.33 | 0.175 | 0.325 | LINCOLN | 3 | Mainline | loops |
01/05/2024 03:00 | 759,257 | 0.4 | 65.2 | 0.3 | 68.7 | 0.6 | 66.6 | 0.5 | 59.9 | null | null | null | null | I10-E | 7 | Los Angeles | Santa Monica | R2.33 | 0.175 | 0.325 | LINCOLN | 3 | Mainline | loops |
01/05/2024 04:00 | 759,257 | 1.3 | 65.2 | 0.9 | 68.8 | 1.6 | 66.7 | 1.3 | 60 | null | null | null | null | I10-E | 7 | Los Angeles | Santa Monica | R2.33 | 0.175 | 0.325 | LINCOLN | 3 | Mainline | loops |
01/05/2024 05:00 | 759,257 | 3.7 | 65.4 | 2.6 | 68.9 | 4.6 | 66.8 | 3.8 | 60.1 | null | null | null | null | I10-E | 7 | Los Angeles | Santa Monica | R2.33 | 0.175 | 0.325 | LINCOLN | 3 | Mainline | loops |
01/05/2024 06:00 | 759,257 | 5.7 | 64.3 | 4.1 | 67.8 | 7.2 | 65.7 | 5.9 | 59.1 | null | null | null | null | I10-E | 7 | Los Angeles | Santa Monica | R2.33 | 0.175 | 0.325 | LINCOLN | 3 | Mainline | loops |
01/05/2024 07:00 | 759,257 | 6.9 | 63.3 | 4.9 | 66.8 | 8.7 | 64.8 | 7.1 | 58.2 | null | null | null | null | I10-E | 7 | Los Angeles | Santa Monica | R2.33 | 0.175 | 0.325 | LINCOLN | 3 | Mainline | loops |
01/05/2024 08:00 | 759,257 | 6.8 | 62.5 | 4.8 | 66 | 8.6 | 64 | 7 | 57.5 | null | null | null | null | I10-E | 7 | Los Angeles | Santa Monica | R2.33 | 0.175 | 0.325 | LINCOLN | 3 | Mainline | loops |
End of preview.
YAML Metadata
Warning:
empty or missing yaml metadata in repo card
(https://huggingface.co/docs/hub/datasets-cards)
Data extracted from https://pems.dot.ca.gov/
- Downloads last month
- 8