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 2 new columns ({'predicted_prob', 'timestamp'})

This happened while the csv dataset builder was generating data using

hf://datasets/sumedh-r-m-6328/mouse_telemetry/signature_database.csv (at revision 7b7e9df2b752a1d53e18ac74fcf158c00b7d66fb), [/tmp/hf-datasets-cache/medium/datasets/17069825721562-config-parquet-and-info-sumedh-r-m-6328-mouse_tel-b71a5c5f/hub/datasets--sumedh-r-m-6328--mouse_telemetry/snapshots/7b7e9df2b752a1d53e18ac74fcf158c00b7d66fb/data_intruder.csv (origin=hf://datasets/sumedh-r-m-6328/mouse_telemetry@7b7e9df2b752a1d53e18ac74fcf158c00b7d66fb/data_intruder.csv), /tmp/hf-datasets-cache/medium/datasets/17069825721562-config-parquet-and-info-sumedh-r-m-6328-mouse_tel-b71a5c5f/hub/datasets--sumedh-r-m-6328--mouse_telemetry/snapshots/7b7e9df2b752a1d53e18ac74fcf158c00b7d66fb/data_owner.csv (origin=hf://datasets/sumedh-r-m-6328/mouse_telemetry@7b7e9df2b752a1d53e18ac74fcf158c00b7d66fb/data_owner.csv), /tmp/hf-datasets-cache/medium/datasets/17069825721562-config-parquet-and-info-sumedh-r-m-6328-mouse_tel-b71a5c5f/hub/datasets--sumedh-r-m-6328--mouse_telemetry/snapshots/7b7e9df2b752a1d53e18ac74fcf158c00b7d66fb/signature_database.csv (origin=hf://datasets/sumedh-r-m-6328/mouse_telemetry@7b7e9df2b752a1d53e18ac74fcf158c00b7d66fb/signature_database.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 674, 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
              avg_speed: double
              speed_consistency: double
              avg_jerk: double
              max_jerk: double
              path_efficiency: double
              avg_angular_vel: double
              pause_rate: double
              spectral_energy: double
              dominant_frequency: int64
              entropy: double
              timestamp: string
              predicted_prob: double
              -- schema metadata --
              pandas: '{"index_columns": [{"kind": "range", "name": null, "start": 0, "' + 1757
              to
              {'avg_speed': Value('float64'), 'speed_consistency': Value('float64'), 'avg_jerk': Value('float64'), 'max_jerk': Value('float64'), 'path_efficiency': Value('float64'), 'avg_angular_vel': Value('float64'), 'pause_rate': Value('float64'), 'spectral_energy': Value('float64'), 'dominant_frequency': Value('int64'), 'entropy': Value('float64')}
              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 2 new columns ({'predicted_prob', 'timestamp'})
              
              This happened while the csv dataset builder was generating data using
              
              hf://datasets/sumedh-r-m-6328/mouse_telemetry/signature_database.csv (at revision 7b7e9df2b752a1d53e18ac74fcf158c00b7d66fb), [/tmp/hf-datasets-cache/medium/datasets/17069825721562-config-parquet-and-info-sumedh-r-m-6328-mouse_tel-b71a5c5f/hub/datasets--sumedh-r-m-6328--mouse_telemetry/snapshots/7b7e9df2b752a1d53e18ac74fcf158c00b7d66fb/data_intruder.csv (origin=hf://datasets/sumedh-r-m-6328/mouse_telemetry@7b7e9df2b752a1d53e18ac74fcf158c00b7d66fb/data_intruder.csv), /tmp/hf-datasets-cache/medium/datasets/17069825721562-config-parquet-and-info-sumedh-r-m-6328-mouse_tel-b71a5c5f/hub/datasets--sumedh-r-m-6328--mouse_telemetry/snapshots/7b7e9df2b752a1d53e18ac74fcf158c00b7d66fb/data_owner.csv (origin=hf://datasets/sumedh-r-m-6328/mouse_telemetry@7b7e9df2b752a1d53e18ac74fcf158c00b7d66fb/data_owner.csv), /tmp/hf-datasets-cache/medium/datasets/17069825721562-config-parquet-and-info-sumedh-r-m-6328-mouse_tel-b71a5c5f/hub/datasets--sumedh-r-m-6328--mouse_telemetry/snapshots/7b7e9df2b752a1d53e18ac74fcf158c00b7d66fb/signature_database.csv (origin=hf://datasets/sumedh-r-m-6328/mouse_telemetry@7b7e9df2b752a1d53e18ac74fcf158c00b7d66fb/signature_database.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.

avg_speed
float64
speed_consistency
float64
avg_jerk
float64
max_jerk
float64
path_efficiency
float64
avg_angular_vel
float64
pause_rate
float64
spectral_energy
float64
dominant_frequency
int64
entropy
float64
3,181.770251
4,612.858804
1,193,208,783.595693
26,862,859,331.745647
1.336493
51.041259
0
1,862,849,230.177324
2
0.004446
4,164.086955
4,432.546663
1,309,064,379.43438
13,365,357,764.77757
1.863454
79.170361
0
2,199,577,935.546196
2
0.007848
1,486.525249
1,380.439416
186,918,842.632247
1,599,409,733.9061
1.028861
91.440187
0
245,016,604.832049
1
0.01837
1,411.371611
1,455.115583
115,290,048.477061
1,033,667,956.018984
1.012273
37.215001
0
244,442,509.605694
1
0.017122
3,264.796413
5,844.649979
1,727,795,492.794796
37,928,556,875.081375
1.755394
59.399523
0
2,654,969,806.542727
1
0.003307
1,620.365533
1,754.525466
423,518,349.796679
9,115,612,567.798325
1.026517
52.407716
0
339,158,284.517511
2
0.012104
1,568.333686
1,657.255549
203,585,514.039042
3,024,754,878.398196
1.516063
157.838171
0
309,623,494.33475
1
0.013969
1,262.48612
1,156.798609
166,524,484.212547
2,600,625,236.61466
1.227239
123.151482
0
174,585,070.510427
1
0.021942
5,660.533964
11,132.666031
2,327,879,437.90946
59,003,186,963.49848
1.097615
57.834245
0
9,234,737,610.469671
1
0.001886
2,257.538591
2,802.263634
692,726,006.622399
10,047,482,552.02383
1.036093
201.200274
0
769,097,036.542693
3
0.008081
976.0483
800.459178
122,666,971.703749
1,755,688,256.746058
2.214028
37.231805
0
94,963,575.834947
3
0.031537
1,801.731831
2,594.942816
275,921,402.166208
6,553,696,967.209803
1.987949
44.577411
0
592,064,220.329985
2
0.00701
1,740.093946
1,864.16935
732,637,055.979017
7,269,122,218.568037
6.797371
73.432686
0
386,708,130.983875
3
0.014299
1,150.795635
1,482.383863
560,936,721.445862
6,801,923,787.761001
1.328561
82.103322
0
209,110,088.65651
2
0.015756
3,847.183996
5,297.551812
1,434,663,660.654799
12,921,220,065.841312
1.13427
50.976537
0
2,543,828,738.997777
1
0.003879
1,739.320522
982.895979
102,099,938.745289
709,858,113.519387
1.173513
38.410999
0
238,513,138.542454
3
0.023383
1,565.767062
1,890.118725
399,875,749.162203
9,216,010,979.36036
2.104136
89.818578
0
357,877,968.525675
2
0.010276
2,101.751382
1,538.880029
348,420,877.269582
9,011,822,082.095316
1.833079
38.654784
0
404,762,485.355253
2
0.012162
966.283897
796.094244
136,276,775.964593
3,130,454,649.851761
1.627412
62.850788
0
93,414,470.899471
1
0.028854
1,294.529598
1,071.283166
94,107,872.494423
1,000,000,000
1.376423
59.984025
0
168,259,622.536955
1
0.026463
1,261.201887
1,505.099644
257,392,264.423001
3,989,617,676.868204
6.683789
59.059886
0
229,091,983.442128
1
0.013533
1,449.166516
1,055.926921
290,931,640.940821
5,744,621,202.458749
1.099423
73.540025
0
191,788,933.545411
3
0.016903
1,155.918462
714.349051
69,351,068.485373
526,421,356.23731
6.930999
49.659766
0
110,276,228.811773
2
0.033836
1,115.827792
1,143.220785
209,915,470.083995
4,130,745,503.140866
1.026529
42.809212
0
151,814,571.680524
1
0.019583
2,848.744354
3,582.943555
788,318,737.282433
7,480,169,083.379757
15.683866
46.448757
0
1,244,332,250.230779
2
0.00795
1,414.316323
1,454.587635
235,855,793.788225
4,425,027,712.29253
4.534721
30.082301
0
244,851,125.734385
3
0.018266
1,583.082793
2,077.59687
373,621,248.791409
10,217,619,019.945175
8.535367
33.566597
0
405,037,184.375284
2
0.010691
3,407.208115
2,615.277129
224,809,575.096182
2,718,698,575.428783
1.483976
188.465334
0
1,100,084,821.419787
3
0.012338
2,502.968825
2,868.839041
659,957,478.007321
8,765,625,000
4.946519
221.301792
0
861,475,185.480569
1
0.01074
1,137.239028
1,424.270516
598,400,267.725601
7,576,049,473.096607
1.142869
56.878779
0
197,283,000.19486
5
0.017935
1,020.003848
1,187.165656
281,093,044.447413
6,610,728,152.301646
1.55636
104.797209
0
145,576,846.379756
3
0.01596
835.01512
759.466272
205,749,874.182429
2,407,049,206.161553
2.252081
32.989329
0
75,865,567.142585
2
0.035523
746.894166
654.14591
160,469,052.78847
3,250,000,000
11.559725
52.980676
0
58,717,559.109769
4
0.02737
1,470.238005
1,310.884647
282,723,800.789296
2,358,849,474.924681
4.532439
88.738132
0
231,082,682.364373
2
0.016323
1,657.260592
1,660.130052
436,010,017.094506
7,494,184,222.535663
3.451462
57.760123
0
327,396,635.79652
2
0.013137
1,560.685609
1,222.247903
192,068,684.907915
2,684,500,375.6965
1.067947
27.565702
0
234,283,880.472657
1
0.019124
1,903.261498
1,714.603692
304,171,695.149678
3,648,267,253.252461
1.587033
96.702044
0
390,796,343.261842
2
0.014248
1,472.981609
1,101.369802
47,556,705.739543
242,290,594.765892
1.590265
45.661707
0
201,748,400.252361
1
0.0296
2,550.699868
3,970.949391
1,050,784,139.386352
19,699,070,507.331104
1.058666
61.213816
0
1,320,702,093.727489
1
0.006174
1,785.409304
1,735.44597
314,344,684.121208
7,258,861,390.352535
1.544456
56.533339
0
368,955,773.013387
1
0.01365
1,573.901536
3,515.234607
532,789,246.515949
24,478,845,205.845108
1.45859
49.907974
0
877,685,548.852795
1
0.004591
3,925.70767
6,264.764517
1,552,589,884.621084
36,897,333,731.7338
2.021709
34.454918
0
3,240,260,035.050164
3
0.003302
4,171.033633
4,524.60288
939,650,999.635483
9,289,547,456.968006
1.493932
114.625903
0
2,251,701,135.727219
1
0.006189
4,853.532372
8,818.222776
1,446,631,943.204123
50,928,396,887.46772
4.895571
35.850628
0
6,001,308,711.48222
1
0.002255
6,967.754559
10,106.389863
3,193,509,825.933931
31,978,993,635.26397
6.170149
126.117724
0.016667
8,939,184,063.491083
2
0.003429
2,086.321458
2,137.061052
843,062,142.207388
9,734,150,575.466951
3.769986
55.432762
0
530,619,000.062988
3
0.012335
1,567.042647
1,942.829724
816,611,114.632077
7,634,429,241.528232
2.655382
75.674287
0
370,038,012.408667
1
0.01296
2,947.822351
3,256.318755
934,861,826.460194
10,030,680,631.382109
1.187826
58.934671
0
1,146,992,494.803477
2
0.007831
1,585.056764
1,423.344379
238,881,154.564765
4,828,976,271.034045
1.577161
139.796211
0
270,272,940.619701
1
0.019228
2,122.041167
3,095.936931
580,124,976.7667
11,174,698,255.46059
1.063305
46.062915
0
835,688,226.288173
1
0.007249
3,475.324553
4,606.948479
1,028,966,980.796432
9,992,312,358.638588
1.515863
69.578439
0
1,976,887,327.73652
7
0.004914
760.54129
700.135781
208,513,850.595295
3,223,138,559.926922
1.381903
92.00213
0
63,626,599.81586
21
0.0304
1,894.338444
2,720.130344
331,268,641.349094
6,626,885,755.17343
1.054149
63.818547
0
651,858,524.724934
2
0.007728
2,057.82254
1,907.139931
518,786,361.172026
8,757,617,096.672022
1.178291
86.768691
0
468,671,796.774146
1
0.011095
1,739.946173
2,442.640104
870,015,534.191533
12,353,324,092.39303
1.218843
62.002462
0
533,667,711.167801
4
0.008308
1,795.573268
1,337.02123
482,192,354.385529
5,217,132,571.592557
1.084022
158.733568
0
298,914,922.12243
1
0.022948
2,212.73088
3,050.97243
676,105,892.046562
9,745,565,148.469189
1.344666
135.349534
0
842,968,210.242516
2
0.0081
1,744.411347
2,153.091564
592,670,378.551822
9,099,784,954.466845
1.063832
44.197331
0
456,090,650.436341
1
0.008857
1,290.468859
1,349.745392
257,096,699.243002
5,011,288,892.081605
2.974691
48.068011
0
207,405,537.28899
3
0.017499
1,581.321782
1,768.67699
361,046,702.221954
3,179,260,397.597261
1.335833
59.557427
0
334,599,594.076458
2
0.010276
5,810.238658
9,564.836232
506,518,010.341228
5,609,281,823.223825
1.792196
167.071661
0
7,423,211,832.028079
1
0.003388
1,273.83394
1,602.629334
271,301,100.254128
5,124,648,324.620035
1.078133
50.654446
0
248,896,000.51285
1
0.0137
1,878.42979
2,470.922886
555,183,870.502692
9,003,515,826.675484
4.834783
58.210524
0
571,932,043.112011
1
0.009557
1,718.821302
1,528.14698
442,339,314.861882
5,590,180,320.336759
2.38076
231.032535
0
315,039,558.303349
2
0.01874
883.034302
1,145.615193
228,744,770.417964
2,799,468,657.899381
5.855
70.477497
0
124,218,590.70633
1
0.021602
2,613.496048
3,149.004573
665,135,070.371399
7,367,125,023.146255
1.820057
186.665283
0
994,879,253.996364
3
0.009346
7,665.55965
15,127.39726
2,048,119,065.691418
82,933,988,052.6142
1.109411
35.568319
0
17,027,099,009.127296
1
0.001465
7,747.215935
18,400.270527
3,992,022,083.479413
120,160,118,722.35963
4.362184
106.657652
0
23,576,788,655.64578
1
0.001102
677.601132
716.305663
163,652,765.268051
2,205,791,833.651119
2.778455
249.429096
0
57,821,132.028387
30
0.02385
7,982.143642
12,530.691865
739,179,135.338356
7,923,098,784.700844
1.198032
120.41175
0
13,086,953,105.00126
1
0.002485
2,005.647769
2,275.4827
509,608,339.960463
13,781,030,659.169369
1.268903
42.405886
0
546,848,848.104057
1
0.00809
1,009.398793
671.913423
197,772,124.270508
3,149,028,254.579476
1.039248
53.326056
0
87,769,746.630134
22
0.032695
844.747851
729.647186
180,834,316.638284
2,269,410,130.371243
1.736365
63.997025
0
74,226,651.833216
4
0.035665
635.073755
555.191548
101,049,268.714292
1,538,523,499.141588
4.523135
70.962808
0
42,385,142.098162
1
0.041883
2,223.329471
2,266.278172
597,323,384.446898
9,284,688,723.842976
1.926031
47.524748
0
599,616,624.622071
2
0.011029
1,524.990766
1,383.054612
124,772,011.237312
2,521,067,811.865475
25.857246
47.833073
0
252,393,373.671783
3
0.01708
4,961.11745
9,204.029137
1,641,215,752.721667
26,251,548,488.07883
2.146993
43.167989
0
6,474,896,169.847568
1
0.003195
1,096.116272
1,040.321364
300,047,158.524239
5,474,383,641.391526
1.02232
52.005962
0
135,942,096.875787
1
0.018278
990.310671
746.051067
162,486,162.157743
4,055,167,440.150003
1.087148
67.050092
0
91,681,852.954145
2
0.025847
3,583.757419
7,137.670753
2,831,882,880.788836
44,452,931,296.836815
7.121369
78.375758
0
3,776,433,316.798941
3
0.002931
1,509.790013
2,007.524897
498,440,425.668872
9,504,427,417.190077
7.118187
125.087845
0
374,547,169.539916
3
0.009753
1,689.939171
2,074.361274
526,167,091.734284
9,639,840,690.36049
4.888045
69.093871
0
425,229,171.020863
2
0.011786
1,365.868963
1,585.458615
402,717,093.923437
8,298,039,027.185569
2.166629
158.025113
0
260,242,943.751575
1
0.011391
1,563.273648
2,363.181432
751,288,021.189985
5,808,204,057.903592
3.600917
108.715623
0
476,122,432.338978
3
0.009824
1,366.816249
1,738.760974
894,355,589.317721
11,159,462,198.696722
3.805527
97.471957
0
290,465,293.209876
1
0.014593
971.700065
1,017.46446
212,349,265.008462
2,902,524,148.712097
1.914437
82.284456
0
117,730,862.617621
1
0.01733
2,631.155792
7,037.940039
2,129,668,827.646377
46,034,349,136.72472
4.258111
104.051499
0
3,337,802,247.875221
3
0.002443
4,336.219743
13,422.840093
3,671,007,476.107935
87,718,775,993.08821
1.811588
96.141711
0
11,758,353,633.944317
2
0.001589
2,458.273983
1,867.037311
520,335,049.903234
5,957,559,979.332361
1.485423
38.00268
0
568,250,529.258
1
0.016163
1,523.982568
2,321.541234
680,250,141.875206
11,736,143,662.866877
1.475704
103.472126
0
457,335,040.332582
2
0.009348
765.503344
680.497323
223,988,368.791439
2,579,975,127.246213
2.445541
117.001057
0
62,481,242.004148
2
0.035139
897.069457
2,034.792243
396,988,572.731907
14,146,110,092.109072
1.73933
64.886673
0
292,566,405.356909
1
0.007142
7,109.726798
7,475.671768
3,703,159,473.625226
20,751,314,392.254383
1.893504
134.597485
0
6,330,147,343.316955
28
0.003603
3,860.791968
3,981.539535
1,417,102,722.368885
16,245,516,567.89253
1.028854
38.261117
0
1,829,649,644.116906
1
0.006539
5,309.452567
7,671.650069
1,535,860,495.972666
14,985,450,671.459688
1.672464
148.025214
0
5,163,815,866.020802
2
0.003158
4,143.258254
5,997.84674
1,252,164,533.795056
23,301,602,337.24161
1.050461
48.198906
0
3,152,471,103.32869
1
0.004579
4,867.639386
5,571.747549
484,594,553.32473
5,937,234,561.261966
2.013878
116.64555
0
3,253,252,665.741707
2
0.005209
3,269.840394
3,785.078407
583,729,655.082361
9,129,083,516.587898
10.431309
52.659049
0
1,486,793,666.436288
6
0.007325
3,276.563355
3,785.430853
833,875,972.129566
12,787,833,783.478392
2.715809
29.204342
0
1,489,591,762.972177
1
0.007357
2,901.036878
4,228.977794
1,162,774,002.99219
25,211,239,487.087555
2.094673
29.911023
0
1,560,131,835.567792
3
0.004252
End of preview.