Dataset Preview
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 3 new columns ({'icd_code', 'icd_version', 'seq_num'}) and 10 missing columns ({'window_end_uncapped', 'window_end', 'subject_id', 'icu_intime', 'n_hours', 'suspected_infection_time', 'icu_outtime', 'sepsis_time', 'gender', 'age'}).
This happened while the csv dataset builder was generating data using
hf://datasets/xuxuxuxuxu/sepsis_data/sepsis_diagnoses_icd.csv (at revision 3f57940a423c4afc5377fdb955d491a43399a5cc), [/tmp/hf-datasets-cache/medium/datasets/30093505637120-config-parquet-and-info-xuxuxuxuxu-sepsis_data-0a3f73de/hub/datasets--xuxuxuxuxu--sepsis_data/snapshots/3f57940a423c4afc5377fdb955d491a43399a5cc/sepsis_cohort.csv (origin=hf://datasets/xuxuxuxuxu/sepsis_data@3f57940a423c4afc5377fdb955d491a43399a5cc/sepsis_cohort.csv), /tmp/hf-datasets-cache/medium/datasets/30093505637120-config-parquet-and-info-xuxuxuxuxu-sepsis_data-0a3f73de/hub/datasets--xuxuxuxuxu--sepsis_data/snapshots/3f57940a423c4afc5377fdb955d491a43399a5cc/sepsis_diagnoses_icd.csv (origin=hf://datasets/xuxuxuxuxu/sepsis_data@3f57940a423c4afc5377fdb955d491a43399a5cc/sepsis_diagnoses_icd.csv), /tmp/hf-datasets-cache/medium/datasets/30093505637120-config-parquet-and-info-xuxuxuxuxu-sepsis_data-0a3f73de/hub/datasets--xuxuxuxuxu--sepsis_data/snapshots/3f57940a423c4afc5377fdb955d491a43399a5cc/sepsis_prescriptions.csv (origin=hf://datasets/xuxuxuxuxu/sepsis_data@3f57940a423c4afc5377fdb955d491a43399a5cc/sepsis_prescriptions.csv), /tmp/hf-datasets-cache/medium/datasets/30093505637120-config-parquet-and-info-xuxuxuxuxu-sepsis_data-0a3f73de/hub/datasets--xuxuxuxuxu--sepsis_data/snapshots/3f57940a423c4afc5377fdb955d491a43399a5cc/sepsis_timeseries_hourly.csv (origin=hf://datasets/xuxuxuxuxu/sepsis_data@3f57940a423c4afc5377fdb955d491a43399a5cc/sepsis_timeseries_hourly.csv)]
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 "/usr/local/lib/python3.12/site-packages/datasets/builder.py", line 1887, in _prepare_split_single
writer.write_table(table)
File "/usr/local/lib/python3.12/site-packages/datasets/arrow_writer.py", line 675, in write_table
pa_table = table_cast(pa_table, self._schema)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.12/site-packages/datasets/table.py", line 2272, in table_cast
return cast_table_to_schema(table, schema)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.12/site-packages/datasets/table.py", line 2218, in cast_table_to_schema
raise CastError(
datasets.table.CastError: Couldn't cast
stay_id: int64
hadm_id: int64
seq_num: int64
icd_code: string
icd_version: int64
-- schema metadata --
pandas: '{"index_columns": [{"kind": "range", "name": null, "start": 0, "' + 831
to
{'subject_id': Value('int64'), 'hadm_id': Value('int64'), 'stay_id': Value('int64'), 'icu_intime': Value('string'), 'icu_outtime': Value('string'), 'sepsis_time': Value('string'), 'suspected_infection_time': Value('string'), 'window_end_uncapped': Value('string'), 'window_end': Value('string'), 'gender': Value('string'), 'age': Value('int64'), 'n_hours': Value('int64')}
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 1347, 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 980, in convert_to_parquet
builder.download_and_prepare(
File "/usr/local/lib/python3.12/site-packages/datasets/builder.py", line 884, in download_and_prepare
self._download_and_prepare(
File "/usr/local/lib/python3.12/site-packages/datasets/builder.py", line 947, in _download_and_prepare
self._prepare_split(split_generator, **prepare_split_kwargs)
File "/usr/local/lib/python3.12/site-packages/datasets/builder.py", line 1736, in _prepare_split
for job_id, done, content in self._prepare_split_single(
^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.12/site-packages/datasets/builder.py", line 1889, 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 3 new columns ({'icd_code', 'icd_version', 'seq_num'}) and 10 missing columns ({'window_end_uncapped', 'window_end', 'subject_id', 'icu_intime', 'n_hours', 'suspected_infection_time', 'icu_outtime', 'sepsis_time', 'gender', 'age'}).
This happened while the csv dataset builder was generating data using
hf://datasets/xuxuxuxuxu/sepsis_data/sepsis_diagnoses_icd.csv (at revision 3f57940a423c4afc5377fdb955d491a43399a5cc), [/tmp/hf-datasets-cache/medium/datasets/30093505637120-config-parquet-and-info-xuxuxuxuxu-sepsis_data-0a3f73de/hub/datasets--xuxuxuxuxu--sepsis_data/snapshots/3f57940a423c4afc5377fdb955d491a43399a5cc/sepsis_cohort.csv (origin=hf://datasets/xuxuxuxuxu/sepsis_data@3f57940a423c4afc5377fdb955d491a43399a5cc/sepsis_cohort.csv), /tmp/hf-datasets-cache/medium/datasets/30093505637120-config-parquet-and-info-xuxuxuxuxu-sepsis_data-0a3f73de/hub/datasets--xuxuxuxuxu--sepsis_data/snapshots/3f57940a423c4afc5377fdb955d491a43399a5cc/sepsis_diagnoses_icd.csv (origin=hf://datasets/xuxuxuxuxu/sepsis_data@3f57940a423c4afc5377fdb955d491a43399a5cc/sepsis_diagnoses_icd.csv), /tmp/hf-datasets-cache/medium/datasets/30093505637120-config-parquet-and-info-xuxuxuxuxu-sepsis_data-0a3f73de/hub/datasets--xuxuxuxuxu--sepsis_data/snapshots/3f57940a423c4afc5377fdb955d491a43399a5cc/sepsis_prescriptions.csv (origin=hf://datasets/xuxuxuxuxu/sepsis_data@3f57940a423c4afc5377fdb955d491a43399a5cc/sepsis_prescriptions.csv), /tmp/hf-datasets-cache/medium/datasets/30093505637120-config-parquet-and-info-xuxuxuxuxu-sepsis_data-0a3f73de/hub/datasets--xuxuxuxuxu--sepsis_data/snapshots/3f57940a423c4afc5377fdb955d491a43399a5cc/sepsis_timeseries_hourly.csv (origin=hf://datasets/xuxuxuxuxu/sepsis_data@3f57940a423c4afc5377fdb955d491a43399a5cc/sepsis_timeseries_hourly.csv)]
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.
subject_id int64 | hadm_id int64 | stay_id int64 | icu_intime string | icu_outtime string | sepsis_time string | suspected_infection_time string | window_end_uncapped string | window_end string | gender string | age int64 | n_hours int64 |
|---|---|---|---|---|---|---|---|---|---|---|---|
18,421,337 | 22,413,411 | 30,000,484 | 2136-01-14 17:23:32 | 2136-01-17 04:53:08 | 2136-01-14 19:00:00 | 2136-01-14 18:10:00 | 2136-01-15 17:23:32 | 2136-01-15 17:23:32 | M | 92 | 24 |
12,207,593 | 22,795,209 | 30,000,646 | 2194-04-29 01:39:22 | 2194-05-03 18:23:48 | 2194-04-29 11:00:00 | 2194-04-29 01:00:00 | 2194-04-30 01:39:22 | 2194-04-30 01:39:22 | M | 44 | 24 |
16,513,856 | 24,463,832 | 30,001,446 | 2186-04-12 03:49:00 | 2186-04-13 19:45:47 | 2186-04-12 04:00:00 | 2186-04-11 08:20:00 | 2186-04-13 03:49:00 | 2186-04-13 03:49:00 | M | 56 | 24 |
10,656,173 | 25,778,760 | 30,001,555 | 2177-09-27 11:23:13 | 2177-09-28 18:26:00 | 2177-09-27 12:00:00 | 2177-09-27 07:21:00 | 2177-09-28 11:23:13 | 2177-09-28 11:23:13 | F | 34 | 24 |
17,921,898 | 28,841,024 | 30,002,415 | 2126-12-17 09:54:03 | 2126-12-18 10:15:01 | 2126-12-17 12:00:00 | 2126-12-16 15:05:00 | 2126-12-18 09:54:03 | 2126-12-18 09:54:03 | F | 72 | 24 |
15,978,672 | 26,652,960 | 30,002,654 | 2154-10-17 23:44:59 | 2154-10-20 19:26:47 | 2154-10-18 03:00:00 | 2154-10-17 11:15:00 | 2154-10-18 23:44:59 | 2154-10-18 23:44:59 | M | 68 | 24 |
10,208,468 | 25,796,414 | 30,002,925 | 2134-06-05 03:37:00 | 2134-06-05 22:45:15 | 2134-06-05 04:00:00 | 2134-06-04 23:17:00 | 2134-06-06 03:37:00 | 2134-06-05 22:45:15 | M | 87 | 20 |
11,423,795 | 20,012,928 | 30,003,226 | 2123-02-26 16:04:00 | 2123-02-28 15:33:50 | 2123-02-26 17:00:00 | 2123-02-28 08:00:00 | 2123-02-27 16:04:00 | 2123-02-27 16:04:00 | M | 67 | 24 |
14,895,375 | 24,753,602 | 30,003,275 | 2110-06-28 17:26:48 | 2110-06-29 14:10:52 | 2110-06-29 05:00:00 | 2110-06-28 18:00:00 | 2110-06-29 17:26:48 | 2110-06-29 14:10:52 | M | 27 | 21 |
15,332,791 | 20,683,754 | 30,003,598 | 2189-04-14 20:27:25 | 2189-04-19 15:57:41 | 2189-04-14 21:00:00 | 2189-04-14 01:10:00 | 2189-04-15 20:27:25 | 2189-04-15 20:27:25 | F | 64 | 24 |
11,101,925 | 23,920,532 | 30,004,018 | 2158-12-27 21:32:00 | 2159-01-12 23:47:50 | 2158-12-27 23:00:00 | 2158-12-27 18:00:00 | 2158-12-28 21:32:00 | 2158-12-28 21:32:00 | F | 56 | 24 |
10,369,174 | 24,697,158 | 30,004,144 | 2126-04-04 13:20:25 | 2126-04-08 21:02:10 | 2126-04-05 00:00:00 | 2126-04-04 14:07:00 | 2126-04-05 13:20:25 | 2126-04-05 13:20:25 | M | 82 | 24 |
17,220,323 | 25,700,666 | 30,004,242 | 2180-11-19 01:06:36 | 2180-11-20 20:53:44 | 2180-11-19 16:00:00 | 2180-11-19 03:04:00 | 2180-11-20 01:06:36 | 2180-11-20 01:06:36 | F | 75 | 24 |
18,730,522 | 21,463,350 | 30,004,391 | 2153-09-05 13:12:00 | 2153-09-13 18:21:18 | 2153-09-05 14:00:00 | 2153-09-05 00:00:00 | 2153-09-06 13:12:00 | 2153-09-06 13:12:00 | M | 89 | 24 |
12,098,571 | 20,553,314 | 30,004,798 | 2123-05-23 19:02:00 | 2123-05-24 14:44:09 | 2123-05-23 20:00:00 | 2123-05-23 15:35:00 | 2123-05-24 19:02:00 | 2123-05-24 14:44:09 | M | 65 | 20 |
17,244,693 | 20,215,424 | 30,004,811 | 2139-10-06 10:40:29 | 2139-10-08 15:56:05 | 2139-10-06 20:00:00 | 2139-10-06 17:00:00 | 2139-10-07 10:40:29 | 2139-10-07 10:40:29 | M | 66 | 24 |
14,289,094 | 23,247,126 | 30,005,085 | 2136-01-26 10:37:03 | 2136-01-29 17:10:33 | 2136-01-26 18:00:00 | 2136-01-26 16:00:00 | 2136-01-27 10:37:03 | 2136-01-27 10:37:03 | M | 60 | 24 |
18,172,623 | 24,751,715 | 30,005,160 | 2130-08-31 23:08:00 | 2130-09-03 10:33:40 | 2130-09-01 01:00:00 | 2130-08-31 15:05:00 | 2130-09-01 23:08:00 | 2130-09-01 23:08:00 | M | 63 | 24 |
18,855,147 | 25,702,658 | 30,005,366 | 2202-12-27 17:36:59 | 2202-12-31 14:30:31 | 2202-12-27 19:00:00 | 2202-12-27 18:50:00 | 2202-12-28 17:36:59 | 2202-12-28 17:36:59 | F | 72 | 24 |
11,546,816 | 27,336,674 | 30,005,474 | 2151-08-03 18:46:39 | 2151-08-05 16:02:52 | 2151-08-03 21:00:00 | 2151-08-03 22:00:00 | 2151-08-04 18:46:39 | 2151-08-04 18:46:39 | M | 91 | 24 |
14,569,364 | 20,870,580 | 30,005,707 | 2144-01-06 21:48:00 | 2144-01-17 15:06:46 | 2144-01-07 01:00:00 | 2144-01-06 20:50:00 | 2144-01-07 21:48:00 | 2144-01-07 21:48:00 | M | 83 | 24 |
15,524,760 | 28,718,343 | 30,006,565 | 2127-07-18 12:44:45 | 2127-07-21 20:32:57 | 2127-07-18 16:00:00 | 2127-07-18 00:00:00 | 2127-07-19 12:44:45 | 2127-07-19 12:44:45 | M | 56 | 24 |
18,756,985 | 21,715,366 | 30,006,983 | 2159-10-12 03:56:42 | 2159-11-22 09:29:33 | 2159-10-12 04:00:00 | 2159-10-11 16:09:00 | 2159-10-13 03:56:42 | 2159-10-13 03:56:42 | M | 77 | 24 |
10,729,024 | 23,390,811 | 30,007,312 | 2110-03-15 10:08:40 | 2110-03-16 14:25:22 | 2110-03-15 14:00:00 | 2110-03-15 13:43:00 | 2110-03-16 10:08:40 | 2110-03-16 10:08:40 | M | 82 | 24 |
16,828,280 | 22,369,507 | 30,007,565 | 2141-07-09 01:34:00 | 2141-07-27 20:53:36 | 2141-07-09 02:00:00 | 2141-07-09 02:43:00 | 2141-07-10 01:34:00 | 2141-07-10 01:34:00 | M | 84 | 24 |
18,885,050 | 26,109,456 | 30,008,148 | 2134-12-03 10:06:41 | 2134-12-11 16:08:50 | 2134-12-03 15:00:00 | 2134-12-03 14:00:00 | 2134-12-04 10:06:41 | 2134-12-04 10:06:41 | M | 60 | 24 |
15,848,239 | 29,909,819 | 30,008,785 | 2141-07-30 19:13:22 | 2141-08-01 00:31:00 | 2141-07-30 21:00:00 | 2141-07-30 15:00:00 | 2141-07-31 19:13:22 | 2141-07-31 19:13:22 | M | 29 | 24 |
10,106,899 | 22,953,864 | 30,008,792 | 2178-07-24 14:56:00 | 2178-07-30 06:57:54 | 2178-07-24 17:00:00 | 2178-07-24 10:00:00 | 2178-07-25 14:56:00 | 2178-07-25 14:56:00 | F | 86 | 24 |
10,570,398 | 20,158,798 | 30,009,123 | 2188-04-28 09:46:59 | 2188-05-01 17:34:11 | 2188-04-28 14:00:00 | 2188-04-28 12:00:00 | 2188-04-29 09:46:59 | 2188-04-29 09:46:59 | M | 80 | 24 |
15,993,831 | 21,791,028 | 30,009,339 | 2145-05-09 23:35:00 | 2145-06-03 16:54:20 | 2145-05-10 08:00:00 | 2145-05-10 04:00:00 | 2145-05-10 23:35:00 | 2145-05-10 23:35:00 | M | 64 | 24 |
12,780,478 | 28,468,774 | 30,009,505 | 2155-07-02 19:56:14 | 2155-07-15 17:06:07 | 2155-07-03 02:00:00 | 2155-07-02 19:20:00 | 2155-07-03 19:56:14 | 2155-07-03 19:56:14 | M | 75 | 24 |
19,101,100 | 25,031,767 | 30,009,597 | 2175-09-30 21:51:00 | 2175-10-07 14:19:28 | 2175-09-30 23:00:00 | 2175-09-30 13:20:00 | 2175-10-01 21:51:00 | 2175-10-01 21:51:00 | M | 67 | 24 |
13,421,733 | 21,677,190 | 30,009,753 | 2194-06-01 14:16:00 | 2194-06-03 18:12:32 | 2194-06-01 23:00:00 | 2194-06-01 10:35:00 | 2194-06-02 14:16:00 | 2194-06-02 14:16:00 | F | 91 | 24 |
14,992,874 | 23,580,850 | 30,010,785 | 2171-08-29 17:10:00 | 2171-09-01 21:55:04 | 2171-08-30 05:00:00 | 2171-08-29 15:00:00 | 2171-08-30 17:10:00 | 2171-08-30 17:10:00 | F | 71 | 24 |
11,885,477 | 20,099,155 | 30,011,071 | 2177-07-07 20:37:00 | 2177-07-11 00:03:47 | 2177-07-07 21:00:00 | 2177-07-07 15:15:00 | 2177-07-08 20:37:00 | 2177-07-08 20:37:00 | M | 65 | 24 |
14,731,650 | 28,724,382 | 30,011,241 | 2171-09-11 23:45:44 | 2171-09-17 19:20:39 | 2171-09-12 01:00:00 | 2171-09-12 00:00:00 | 2171-09-12 23:45:44 | 2171-09-12 23:45:44 | F | 82 | 24 |
14,833,679 | 21,806,899 | 30,011,624 | 2164-03-06 16:43:19 | 2164-03-08 11:45:51 | 2164-03-06 18:00:00 | 2164-03-06 19:59:00 | 2164-03-07 16:43:19 | 2164-03-07 16:43:19 | M | 91 | 24 |
15,752,366 | 20,987,629 | 30,012,063 | 2142-07-06 10:51:00 | 2142-07-08 17:48:54 | 2142-07-06 12:00:00 | 2142-07-06 07:30:00 | 2142-07-07 10:51:00 | 2142-07-07 10:51:00 | M | 84 | 24 |
19,714,547 | 25,371,645 | 30,012,243 | 2183-03-30 08:17:49 | 2183-04-04 18:26:36 | 2183-03-30 10:00:00 | 2183-03-30 00:00:00 | 2183-03-31 08:17:49 | 2183-03-31 08:17:49 | M | 33 | 24 |
14,475,287 | 26,952,283 | 30,014,019 | 2119-07-10 23:29:07 | 2119-08-04 04:49:23 | 2119-07-11 00:00:00 | 2119-07-10 05:06:00 | 2119-07-11 23:29:07 | 2119-07-11 23:29:07 | F | 85 | 24 |
12,407,894 | 20,375,008 | 30,014,984 | 2127-07-01 07:20:08 | 2127-07-03 16:15:29 | 2127-07-01 08:00:00 | 2127-06-30 20:30:00 | 2127-07-02 07:20:08 | 2127-07-02 07:20:08 | M | 44 | 24 |
11,365,767 | 28,133,020 | 30,015,010 | 2154-07-25 14:04:35 | 2154-08-14 13:40:55 | 2154-07-25 15:00:00 | 2154-07-25 09:51:00 | 2154-07-26 14:04:35 | 2154-07-26 14:04:35 | M | 57 | 24 |
13,272,956 | 26,022,765 | 30,015,142 | 2188-01-18 09:19:55 | 2188-01-20 17:02:59 | 2188-01-18 13:00:00 | 2188-01-18 12:40:00 | 2188-01-19 09:19:55 | 2188-01-19 09:19:55 | F | 71 | 24 |
19,454,978 | 21,290,667 | 30,015,361 | 2140-09-29 19:09:13 | 2140-10-01 17:56:12 | 2140-09-30 03:00:00 | 2140-09-29 12:15:00 | 2140-09-30 19:09:13 | 2140-09-30 19:09:13 | F | 85 | 24 |
11,317,133 | 20,143,910 | 30,016,009 | 2129-09-21 14:01:22 | 2129-09-25 10:12:34 | 2129-09-21 17:00:00 | 2129-09-21 15:00:00 | 2129-09-22 14:01:22 | 2129-09-22 14:01:22 | M | 91 | 24 |
16,623,708 | 23,086,337 | 30,016,026 | 2168-02-16 14:59:16 | 2168-03-02 17:26:40 | 2168-02-16 23:00:00 | 2168-02-16 10:06:00 | 2168-02-17 14:59:16 | 2168-02-17 14:59:16 | M | 47 | 24 |
16,142,166 | 28,715,299 | 30,016,265 | 2199-07-06 10:28:02 | 2199-07-07 17:54:48 | 2199-07-06 15:00:00 | 2199-07-06 11:00:00 | 2199-07-07 10:28:02 | 2199-07-07 10:28:02 | F | 79 | 24 |
15,094,672 | 20,789,469 | 30,016,383 | 2115-12-14 03:03:00 | 2115-12-15 11:01:04 | 2115-12-14 09:00:00 | 2115-12-14 00:55:00 | 2115-12-15 03:03:00 | 2115-12-15 03:03:00 | M | 22 | 24 |
14,155,070 | 28,458,535 | 30,016,432 | 2135-06-23 18:36:42 | 2135-07-19 16:56:56 | 2135-06-24 01:00:00 | 2135-06-23 20:04:00 | 2135-06-24 18:36:42 | 2135-06-24 18:36:42 | M | 23 | 24 |
15,435,418 | 28,425,861 | 30,016,843 | 2172-05-27 17:59:00 | 2172-05-31 18:21:15 | 2172-05-28 04:00:00 | 2172-05-27 15:50:00 | 2172-05-28 17:59:00 | 2172-05-28 17:59:00 | M | 84 | 24 |
11,800,562 | 22,890,668 | 30,017,572 | 2125-01-31 20:49:00 | 2125-02-03 13:38:27 | 2125-01-31 22:00:00 | 2125-01-31 15:52:00 | 2125-02-01 20:49:00 | 2125-02-01 20:49:00 | M | 30 | 24 |
18,369,403 | 25,874,416 | 30,018,045 | 2206-12-06 21:24:05 | 2206-12-11 17:06:48 | 2206-12-07 09:00:00 | 2206-12-07 20:30:00 | 2206-12-07 21:24:05 | 2206-12-07 21:24:05 | M | 57 | 24 |
16,883,295 | 21,013,849 | 30,018,269 | 2188-11-22 08:55:31 | 2188-11-23 16:11:37 | 2188-11-22 13:00:00 | 2188-11-21 18:28:00 | 2188-11-23 08:55:31 | 2188-11-23 08:55:31 | M | 57 | 24 |
11,638,303 | 25,053,659 | 30,019,367 | 2146-05-25 20:05:08 | 2146-06-01 13:56:01 | 2146-05-25 22:00:00 | 2146-05-25 22:00:00 | 2146-05-26 20:05:08 | 2146-05-26 20:05:08 | F | 42 | 24 |
15,841,119 | 21,924,009 | 30,019,415 | 2134-06-14 21:28:48 | 2134-06-16 12:46:42 | 2134-06-14 22:00:00 | 2134-06-14 22:09:00 | 2134-06-15 21:28:48 | 2134-06-15 21:28:48 | F | 76 | 24 |
13,229,795 | 21,666,785 | 30,020,013 | 2187-08-23 10:02:51 | 2187-08-25 11:28:08 | 2187-08-23 18:00:00 | 2187-08-23 12:46:00 | 2187-08-24 10:02:51 | 2187-08-24 10:02:51 | F | 57 | 24 |
15,368,003 | 24,789,710 | 30,020,307 | 2131-08-29 18:25:56 | 2131-09-04 18:07:18 | 2131-08-30 00:00:00 | 2131-08-29 21:00:00 | 2131-08-30 18:25:56 | 2131-08-30 18:25:56 | M | 51 | 24 |
15,884,351 | 28,220,612 | 30,020,330 | 2196-05-15 19:23:45 | 2196-05-21 04:24:13 | 2196-05-15 21:00:00 | 2196-05-15 20:00:00 | 2196-05-16 19:23:45 | 2196-05-16 19:23:45 | M | 85 | 24 |
16,644,826 | 27,516,391 | 30,020,774 | 2160-04-10 07:37:00 | 2160-04-10 17:39:34 | 2160-04-10 08:00:00 | 2160-04-10 03:30:00 | 2160-04-11 07:37:00 | 2160-04-10 17:39:34 | F | 78 | 11 |
12,821,617 | 24,079,225 | 30,020,923 | 2127-06-28 00:22:09 | 2127-06-30 14:59:18 | 2127-06-28 10:00:00 | 2127-06-27 17:00:00 | 2127-06-29 00:22:09 | 2127-06-29 00:22:09 | M | 59 | 24 |
18,182,797 | 24,598,644 | 30,021,505 | 2127-01-21 10:37:06 | 2127-01-23 12:10:26 | 2127-01-21 14:00:00 | 2127-01-21 12:00:00 | 2127-01-22 10:37:06 | 2127-01-22 10:37:06 | M | 70 | 24 |
19,190,026 | 20,470,600 | 30,021,727 | 2139-05-23 16:18:00 | 2139-05-25 16:37:41 | 2139-05-23 17:00:00 | 2139-05-23 14:55:00 | 2139-05-24 16:18:00 | 2139-05-24 16:18:00 | M | 42 | 24 |
16,815,463 | 27,022,067 | 30,022,281 | 2123-04-04 15:28:00 | 2123-04-07 15:25:08 | 2123-04-04 20:00:00 | 2123-04-04 17:19:00 | 2123-04-05 15:28:00 | 2123-04-05 15:28:00 | M | 64 | 24 |
19,658,144 | 26,269,154 | 30,022,756 | 2171-05-04 17:24:00 | 2171-05-06 18:28:00 | 2171-05-04 20:00:00 | 2171-05-04 12:20:00 | 2171-05-05 17:24:00 | 2171-05-05 17:24:00 | F | 89 | 24 |
18,738,693 | 28,864,667 | 30,023,204 | 2124-07-09 16:43:55 | 2124-07-13 15:26:02 | 2124-07-09 23:00:00 | 2124-07-09 17:00:00 | 2124-07-10 16:43:55 | 2124-07-10 16:43:55 | M | 46 | 24 |
12,002,285 | 20,686,506 | 30,023,732 | 2191-12-27 09:51:00 | 2192-01-08 17:54:08 | 2191-12-27 12:00:00 | 2191-12-27 06:00:00 | 2191-12-28 09:51:00 | 2191-12-28 09:51:00 | F | 89 | 24 |
10,854,083 | 26,473,302 | 30,024,067 | 2133-03-19 10:10:23 | 2133-03-20 12:54:55 | 2133-03-19 13:00:00 | 2133-03-19 12:54:00 | 2133-03-20 10:10:23 | 2133-03-20 10:10:23 | F | 72 | 24 |
11,919,942 | 20,194,893 | 30,024,130 | 2121-05-13 16:47:00 | 2121-05-14 21:02:19 | 2121-05-13 17:00:00 | 2121-05-13 13:45:00 | 2121-05-14 16:47:00 | 2121-05-14 16:47:00 | F | 89 | 24 |
19,635,799 | 25,167,602 | 30,024,161 | 2185-08-24 23:44:05 | 2185-08-31 21:02:17 | 2185-08-25 00:00:00 | 2185-08-25 03:00:00 | 2185-08-25 23:44:05 | 2185-08-25 23:44:05 | M | 75 | 24 |
19,390,187 | 29,239,095 | 30,024,491 | 2159-07-23 11:08:26 | 2159-08-03 17:08:01 | 2159-07-23 15:00:00 | 2159-07-23 15:47:00 | 2159-07-24 11:08:26 | 2159-07-24 11:08:26 | M | 82 | 24 |
15,801,235 | 27,771,504 | 30,024,511 | 2176-08-20 21:10:28 | 2176-08-21 08:31:53 | 2176-08-20 23:00:00 | 2176-08-20 22:26:00 | 2176-08-21 21:10:28 | 2176-08-21 08:31:53 | M | 72 | 12 |
19,180,828 | 24,869,652 | 30,024,934 | 2143-05-01 17:31:00 | 2143-05-26 17:54:11 | 2143-05-01 20:00:00 | 2143-05-01 15:00:00 | 2143-05-02 17:31:00 | 2143-05-02 17:31:00 | M | 75 | 24 |
15,369,746 | 24,357,964 | 30,025,040 | 2127-07-07 05:12:00 | 2127-07-07 18:45:06 | 2127-07-07 07:00:00 | 2127-07-07 01:17:00 | 2127-07-08 05:12:00 | 2127-07-07 18:45:06 | F | 76 | 14 |
14,351,751 | 28,182,927 | 30,025,200 | 2134-10-19 00:03:54 | 2134-10-23 23:41:25 | 2134-10-20 11:00:00 | 2134-10-22 10:29:00 | 2134-10-20 11:00:00 | 2134-10-20 11:00:00 | M | 60 | 35 |
12,193,932 | 21,076,763 | 30,025,720 | 2164-09-25 00:48:28 | 2164-09-27 13:17:38 | 2164-09-25 03:00:00 | 2164-09-25 00:48:00 | 2164-09-26 00:48:28 | 2164-09-26 00:48:28 | M | 61 | 24 |
13,771,243 | 20,491,701 | 30,026,046 | 2178-03-23 17:30:00 | 2178-03-25 20:42:53 | 2178-03-23 18:00:00 | 2178-03-23 13:15:00 | 2178-03-24 17:30:00 | 2178-03-24 17:30:00 | F | 42 | 24 |
11,173,428 | 26,586,173 | 30,026,250 | 2131-11-21 18:57:00 | 2131-11-24 16:45:57 | 2131-11-21 20:00:00 | 2131-11-21 15:15:00 | 2131-11-22 18:57:00 | 2131-11-22 18:57:00 | F | 80 | 24 |
15,461,582 | 22,265,251 | 30,027,115 | 2181-06-07 19:58:00 | 2181-06-08 20:50:52 | 2181-06-07 22:00:00 | 2181-06-07 11:22:00 | 2181-06-08 19:58:00 | 2181-06-08 19:58:00 | M | 71 | 24 |
12,498,772 | 26,535,667 | 30,027,199 | 2149-03-30 14:32:04 | 2149-03-31 20:53:44 | 2149-03-30 15:00:00 | 2149-03-30 00:20:00 | 2149-03-31 14:32:04 | 2149-03-31 14:32:04 | F | 55 | 24 |
12,595,991 | 25,205,720 | 30,027,612 | 2147-11-03 09:23:01 | 2147-11-06 19:25:57 | 2147-11-03 10:00:00 | 2147-11-03 08:30:00 | 2147-11-04 09:23:01 | 2147-11-04 09:23:01 | F | 70 | 24 |
14,868,837 | 21,876,956 | 30,027,980 | 2188-03-02 12:01:18 | 2188-03-03 18:11:10 | 2188-03-02 17:00:00 | 2188-03-02 15:00:00 | 2188-03-03 12:01:18 | 2188-03-03 12:01:18 | M | 82 | 24 |
17,036,390 | 23,800,130 | 30,028,237 | 2156-02-20 04:18:00 | 2156-02-22 01:56:24 | 2156-02-20 05:00:00 | 2156-02-19 21:37:00 | 2156-02-21 04:18:00 | 2156-02-21 04:18:00 | M | 62 | 24 |
15,517,908 | 24,063,840 | 30,028,516 | 2175-08-26 23:13:37 | 2175-08-28 22:39:07 | 2175-08-27 02:00:00 | 2175-08-26 20:25:00 | 2175-08-27 23:13:37 | 2175-08-27 23:13:37 | F | 81 | 24 |
19,283,351 | 24,488,401 | 30,029,192 | 2130-01-27 07:58:56 | 2130-01-29 23:28:43 | 2130-01-27 09:00:00 | 2130-01-26 10:30:00 | 2130-01-28 07:58:56 | 2130-01-28 07:58:56 | M | 28 | 24 |
10,624,155 | 25,691,347 | 30,029,746 | 2126-10-26 09:33:50 | 2126-10-27 22:32:36 | 2126-10-26 12:00:00 | 2126-10-25 14:00:00 | 2126-10-27 09:33:50 | 2126-10-27 09:33:50 | F | 66 | 24 |
12,322,492 | 28,691,692 | 30,029,827 | 2118-06-14 02:48:00 | 2118-06-14 21:58:00 | 2118-06-14 04:00:00 | 2118-06-14 00:15:00 | 2118-06-15 02:48:00 | 2118-06-14 21:58:00 | M | 82 | 20 |
14,663,808 | 27,694,627 | 30,030,114 | 2183-03-26 16:04:50 | 2183-03-27 18:56:19 | 2183-03-26 19:00:00 | 2183-03-26 18:00:00 | 2183-03-27 16:04:50 | 2183-03-27 16:04:50 | M | 61 | 24 |
17,275,231 | 23,933,486 | 30,030,163 | 2145-11-04 20:47:00 | 2145-11-05 17:17:51 | 2145-11-04 22:00:00 | 2145-11-04 17:24:00 | 2145-11-05 20:47:00 | 2145-11-05 17:17:51 | M | 63 | 21 |
10,698,487 | 21,523,370 | 30,030,798 | 2156-01-20 19:07:05 | 2156-01-26 17:23:00 | 2156-01-20 23:00:00 | 2156-01-20 22:32:00 | 2156-01-21 19:07:05 | 2156-01-21 19:07:05 | M | 53 | 24 |
18,874,154 | 22,577,891 | 30,031,116 | 2144-08-02 15:28:03 | 2144-08-04 18:06:11 | 2144-08-02 18:00:00 | 2144-08-02 00:15:00 | 2144-08-03 15:28:03 | 2144-08-03 15:28:03 | F | 67 | 24 |
18,279,317 | 21,075,082 | 30,031,264 | 2118-11-14 16:10:39 | 2118-11-16 21:54:57 | 2118-11-14 19:00:00 | 2118-11-14 14:00:00 | 2118-11-15 16:10:39 | 2118-11-15 16:10:39 | M | 59 | 24 |
17,542,553 | 20,715,579 | 30,031,362 | 2173-03-17 09:04:00 | 2173-04-06 17:58:43 | 2173-03-19 23:00:00 | 2173-03-21 03:22:00 | 2173-03-19 23:00:00 | 2173-03-19 23:00:00 | M | 83 | 62 |
12,265,028 | 22,046,277 | 30,031,418 | 2156-03-05 14:11:00 | 2156-03-13 15:45:49 | 2156-03-05 15:00:00 | 2156-03-05 07:40:00 | 2156-03-06 14:11:00 | 2156-03-06 14:11:00 | M | 58 | 24 |
18,284,271 | 21,514,064 | 30,031,686 | 2144-10-31 11:06:27 | 2144-11-03 02:33:34 | 2144-10-31 14:00:00 | 2144-10-31 01:45:00 | 2144-11-01 11:06:27 | 2144-11-01 11:06:27 | F | 73 | 24 |
19,867,017 | 24,776,727 | 30,031,755 | 2124-04-19 18:07:14 | 2124-04-27 11:20:41 | 2124-04-19 19:00:00 | 2124-04-19 09:20:00 | 2124-04-20 18:07:14 | 2124-04-20 18:07:14 | F | 74 | 24 |
12,859,052 | 25,286,725 | 30,031,822 | 2110-06-26 15:10:00 | 2110-06-27 13:48:59 | 2110-06-26 19:00:00 | 2110-06-26 09:00:00 | 2110-06-27 15:10:00 | 2110-06-27 13:48:59 | M | 62 | 23 |
15,945,590 | 20,276,381 | 30,031,915 | 2125-04-06 12:38:00 | 2125-04-13 18:32:48 | 2125-04-06 14:00:00 | 2125-04-06 10:15:00 | 2125-04-07 12:38:00 | 2125-04-07 12:38:00 | M | 78 | 24 |
18,378,292 | 21,631,560 | 30,032,418 | 2159-06-21 15:48:00 | 2159-06-26 18:39:29 | 2159-06-22 04:00:00 | 2159-06-21 19:56:00 | 2159-06-22 15:48:00 | 2159-06-22 15:48:00 | M | 56 | 24 |
10,191,971 | 22,556,333 | 30,032,688 | 2133-11-29 00:53:00 | 2133-12-02 16:54:13 | 2133-11-29 02:00:00 | 2133-11-28 17:00:00 | 2133-11-30 00:53:00 | 2133-11-30 00:53:00 | M | 71 | 24 |
17,567,845 | 29,457,834 | 30,032,853 | 2174-02-20 12:29:34 | 2174-02-22 17:11:43 | 2174-02-20 16:00:00 | 2174-02-20 14:00:00 | 2174-02-21 12:29:34 | 2174-02-21 12:29:34 | M | 55 | 24 |
End of preview.
No dataset card yet
- Downloads last month
- 34