Dataset Preview
Duplicate
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 1 new columns ({'observationId'}) and 1 missing columns ({'surveyId'}).

This happened while the csv dataset builder was generating data using

hf://datasets/BVRA/plant-distribution-modeling/input/geoplant/EnvironmentalValues/Climate/PO-train-bioclimatic.csv (at revision 04d1a580bda9838e153f3054c85faa7af80e06c7), ['hf://datasets/BVRA/plant-distribution-modeling@04d1a580bda9838e153f3054c85faa7af80e06c7/input/geoplant/EnvironmentalValues/Climate/PA-train-bioclimatic.csv', 'hf://datasets/BVRA/plant-distribution-modeling@04d1a580bda9838e153f3054c85faa7af80e06c7/input/geoplant/EnvironmentalValues/Climate/PO-train-bioclimatic.csv', 'hf://datasets/BVRA/plant-distribution-modeling@04d1a580bda9838e153f3054c85faa7af80e06c7/input/geoplant/EnvironmentalValues/Elevation/PA-train-elevation.csv', 'hf://datasets/BVRA/plant-distribution-modeling@04d1a580bda9838e153f3054c85faa7af80e06c7/input/geoplant/EnvironmentalValues/Elevation/PO-train-elevation.csv', 'hf://datasets/BVRA/plant-distribution-modeling@04d1a580bda9838e153f3054c85faa7af80e06c7/input/geoplant/EnvironmentalValues/HumanFootprint/PA-train-human_footprint.csv', 'hf://datasets/BVRA/plant-distribution-modeling@04d1a580bda9838e153f3054c85faa7af80e06c7/input/geoplant/EnvironmentalValues/HumanFootprint/PO-train-human_footprint.csv', 'hf://datasets/BVRA/plant-distribution-modeling@04d1a580bda9838e153f3054c85faa7af80e06c7/input/geoplant/EnvironmentalValues/LandCover/PA-train-landcover.csv', 'hf://datasets/BVRA/plant-distribution-modeling@04d1a580bda9838e153f3054c85faa7af80e06c7/input/geoplant/EnvironmentalValues/LandCover/PO-train-landcover.csv', 'hf://datasets/BVRA/plant-distribution-modeling@04d1a580bda9838e153f3054c85faa7af80e06c7/input/geoplant/EnvironmentalValues/SoilGrids/PA-train-soilgrids.csv', 'hf://datasets/BVRA/plant-distribution-modeling@04d1a580bda9838e153f3054c85faa7af80e06c7/input/geoplant/EnvironmentalValues/SoilGrids/PO-train-soilgrids.csv', 'hf://datasets/BVRA/plant-distribution-modeling@04d1a580bda9838e153f3054c85faa7af80e06c7/input/geoplant/PresenceAbsenceSurveys/PA_metadata_train.csv', 'hf://datasets/BVRA/plant-distribution-modeling@04d1a580bda9838e153f3054c85faa7af80e06c7/input/geoplant/PresenceOnlyOccurrences/PO_metadata_train.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.14/site-packages/datasets/builder.py", line 1837, in _prepare_split_single
                  writer.write_table(table)
                  ~~~~~~~~~~~~~~~~~~^^^^^^^
                File "/usr/local/lib/python3.14/site-packages/datasets/arrow_writer.py", line 765, in write_table
                  self._write_table(pa_table, writer_batch_size=writer_batch_size)
                  ~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
                File "/usr/local/lib/python3.14/site-packages/datasets/arrow_writer.py", line 773, in _write_table
                  pa_table = table_cast(pa_table, self._schema)
                File "/usr/local/lib/python3.14/site-packages/datasets/table.py", line 2369, in table_cast
                  return cast_table_to_schema(table, schema)
                File "/usr/local/lib/python3.14/site-packages/datasets/table.py", line 2297, in cast_table_to_schema
                  raise CastError(
                  ...<3 lines>...
                  )
              datasets.table.CastError: Couldn't cast
              observationId: int64
              Bio1: int64
              Bio2: int64
              Bio3: int64
              Bio4: int64
              Bio5: int64
              Bio6: int64
              Bio7: int64
              Bio8: int64
              Bio9: int64
              Bio10: int64
              Bio11: int64
              Bio12: int64
              Bio13: int64
              Bio14: int64
              Bio15: int64
              Bio16: int64
              Bio17: int64
              Bio18: int64
              Bio19: int64
              -- schema metadata --
              pandas: '{"index_columns": [{"kind": "range", "name": null, "start": 0, "' + 2419
              to
              {'surveyId': Value('int64'), 'Bio1': Value('int64'), 'Bio2': Value('int64'), 'Bio3': Value('int64'), 'Bio4': Value('int64'), 'Bio5': Value('int64'), 'Bio6': Value('int64'), 'Bio7': Value('int64'), 'Bio8': Value('int64'), 'Bio9': Value('int64'), 'Bio10': Value('int64'), 'Bio11': Value('int64'), 'Bio12': Value('int64'), 'Bio13': Value('int64'), 'Bio14': Value('int64'), 'Bio15': Value('int64'), 'Bio16': Value('int64'), 'Bio17': Value('int64'), 'Bio18': Value('int64'), 'Bio19': 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 1369, in compute_config_parquet_and_info_response
                  parquet_operations, partial, estimated_dataset_info = stream_convert_to_parquet(
                                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~^
                      builder, max_dataset_size_bytes=max_dataset_size_bytes
                      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
                  )
                  ^
                File "/src/services/worker/src/worker/job_runners/config/parquet_and_info.py", line 948, in stream_convert_to_parquet
                  builder._prepare_split(split_generator=splits_generators[split], file_format="parquet")
                  ~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
                File "/usr/local/lib/python3.14/site-packages/datasets/builder.py", line 1683, in _prepare_split
                  for job_id, done, content in self._prepare_split_single(
                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~^
                      gen_kwargs=gen_kwargs, job_id=job_id, **_prepare_split_args
                      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
                  ):
                  ^
                File "/usr/local/lib/python3.14/site-packages/datasets/builder.py", line 1839, in _prepare_split_single
                  raise DatasetGenerationCastError.from_cast_error(
                  ...<4 lines>...
                  )
              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 1 new columns ({'observationId'}) and 1 missing columns ({'surveyId'}).
              
              This happened while the csv dataset builder was generating data using
              
              hf://datasets/BVRA/plant-distribution-modeling/input/geoplant/EnvironmentalValues/Climate/PO-train-bioclimatic.csv (at revision 04d1a580bda9838e153f3054c85faa7af80e06c7), ['hf://datasets/BVRA/plant-distribution-modeling@04d1a580bda9838e153f3054c85faa7af80e06c7/input/geoplant/EnvironmentalValues/Climate/PA-train-bioclimatic.csv', 'hf://datasets/BVRA/plant-distribution-modeling@04d1a580bda9838e153f3054c85faa7af80e06c7/input/geoplant/EnvironmentalValues/Climate/PO-train-bioclimatic.csv', 'hf://datasets/BVRA/plant-distribution-modeling@04d1a580bda9838e153f3054c85faa7af80e06c7/input/geoplant/EnvironmentalValues/Elevation/PA-train-elevation.csv', 'hf://datasets/BVRA/plant-distribution-modeling@04d1a580bda9838e153f3054c85faa7af80e06c7/input/geoplant/EnvironmentalValues/Elevation/PO-train-elevation.csv', 'hf://datasets/BVRA/plant-distribution-modeling@04d1a580bda9838e153f3054c85faa7af80e06c7/input/geoplant/EnvironmentalValues/HumanFootprint/PA-train-human_footprint.csv', 'hf://datasets/BVRA/plant-distribution-modeling@04d1a580bda9838e153f3054c85faa7af80e06c7/input/geoplant/EnvironmentalValues/HumanFootprint/PO-train-human_footprint.csv', 'hf://datasets/BVRA/plant-distribution-modeling@04d1a580bda9838e153f3054c85faa7af80e06c7/input/geoplant/EnvironmentalValues/LandCover/PA-train-landcover.csv', 'hf://datasets/BVRA/plant-distribution-modeling@04d1a580bda9838e153f3054c85faa7af80e06c7/input/geoplant/EnvironmentalValues/LandCover/PO-train-landcover.csv', 'hf://datasets/BVRA/plant-distribution-modeling@04d1a580bda9838e153f3054c85faa7af80e06c7/input/geoplant/EnvironmentalValues/SoilGrids/PA-train-soilgrids.csv', 'hf://datasets/BVRA/plant-distribution-modeling@04d1a580bda9838e153f3054c85faa7af80e06c7/input/geoplant/EnvironmentalValues/SoilGrids/PO-train-soilgrids.csv', 'hf://datasets/BVRA/plant-distribution-modeling@04d1a580bda9838e153f3054c85faa7af80e06c7/input/geoplant/PresenceAbsenceSurveys/PA_metadata_train.csv', 'hf://datasets/BVRA/plant-distribution-modeling@04d1a580bda9838e153f3054c85faa7af80e06c7/input/geoplant/PresenceOnlyOccurrences/PO_metadata_train.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.

surveyId
int64
Bio1
int64
Bio2
int64
Bio3
int64
Bio4
int64
Bio5
int64
Bio6
int64
Bio7
int64
Bio8
int64
Bio9
int64
Bio10
int64
Bio11
int64
Bio12
int64
Bio13
int64
Bio14
int64
Bio15
int64
Bio16
int64
Bio17
int64
Bio18
int64
Bio19
int64
1,000,000,000,077,434
2,883
68
3
5,545
3,007
2,780
227
2,854
2,958
2,958
2,816
6,355
933
143
395
2,282
770
770
1,917
1,000,000,000,016,478
2,815
59
2
5,690
2,935
2,720
215
2,860
2,768
2,890
2,746
7,286
792
376
201
2,283
1,336
2,076
1,653
1,000,000,000,086,207
2,821
26
1
5,150
2,910
2,741
169
2,838
2,832
2,888
2,759
8,546
1,117
372
295
2,986
1,438
2,448
1,838
1,000,000,000,004,685
2,870
90
3
5,315
2,992
2,756
236
2,810
2,938
2,938
2,802
10,719
1,163
564
197
3,216
1,948
1,948
2,926
1,000,000,000,014,696
2,858
81
3
5,285
2,982
2,758
224
2,827
2,927
2,927
2,792
9,353
1,095
503
249
3,186
1,638
1,638
2,677
1,000,000,000,038,005
2,828
67
3
5,423
2,945
2,731
214
2,770
2,788
2,898
2,759
9,157
921
472
151
2,510
1,848
2,491
2,335
1,000,000,000,078,048
2,845
82
3
6,304
2,980
2,727
253
2,805
2,777
2,927
2,765
10,307
1,060
655
140
2,950
2,129
2,496
2,342
1,000,000,000,085,746
2,771
83
3
6,906
2,909
2,635
274
2,859
2,695
2,859
2,682
9,630
1,444
369
413
3,873
1,304
3,873
1,326
1,000,000,000,074,848
2,835
69
3
5,389
2,953
2,737
216
2,803
2,795
2,904
2,766
8,678
818
492
128
2,440
1,814
2,236
2,202
1,000,000,000,046,132
2,819
21
1
5,199
2,906
2,740
166
2,867
2,768
2,886
2,756
7,716
1,015
411
251
2,544
1,333
2,166
1,590
1,000,000,000,033,038
2,814
59
2
5,703
2,934
2,720
214
2,859
2,768
2,889
2,745
7,963
880
400
193
2,449
1,490
2,183
1,900
1,000,000,000,089,768
2,835
71
3
5,644
2,958
2,733
225
2,908
2,795
2,908
2,763
8,585
816
501
118
2,390
1,782
2,390
2,119
1,000,000,000,099,245
2,816
41
2
5,211
2,915
2,731
184
2,829
2,798
2,883
2,754
9,808
1,269
442
278
3,339
1,689
2,391
2,389
1,000,000,000,033,703
2,818
53
2
5,520
2,929
2,727
202
2,864
2,804
2,889
2,750
8,870
1,086
392
245
2,884
1,565
2,360
2,109
1,000,000,000,091,385
2,829
69
3
5,453
2,948
2,731
217
2,771
2,789
2,899
2,759
10,044
954
529
143
2,834
2,086
2,607
2,599
1,000,000,000,068,389
2,811
61
2
5,692
2,933
2,717
216
2,857
2,765
2,886
2,742
7,929
854
412
186
2,437
1,497
2,206
1,859
1,000,000,000,026,116
2,849
79
3
5,698
2,977
2,746
231
2,813
2,809
2,924
2,777
7,311
741
479
145
2,162
1,628
1,629
1,893
1,000,000,000,045,586
2,820
29
1
5,177
2,912
2,740
172
2,837
2,799
2,888
2,758
8,635
1,126
376
295
3,012
1,451
2,465
1,855
1,000,000,000,012,845
2,832
64
3
5,373
2,946
2,736
210
2,897
2,791
2,901
2,763
8,871
866
464
149
2,440
1,785
2,423
2,176
1,000,000,000,075,505
2,857
107
3
6,367
3,011
2,722
289
2,862
2,942
2,942
2,778
7,387
918
206
378
2,735
1,016
1,016
1,842
1,000,000,000,014,593
2,858
79
3
4,366
2,964
2,761
203
2,812
2,913
2,915
2,804
13,878
1,692
566
310
4,825
2,001
2,093
4,317
1,000,000,000,034,844
2,813
19
1
5,522
2,909
2,734
175
2,833
2,781
2,888
2,749
6,780
748
314
230
2,186
1,207
1,967
1,474
1,000,000,000,004,250
2,837
59
2
5,123
2,944
2,745
199
2,845
2,797
2,903
2,772
8,519
881
443
184
2,583
1,617
2,220
2,066
1,000,000,000,102,805
2,822
27
1
5,307
2,914
2,740
174
2,872
2,801
2,891
2,758
8,262
1,050
349
281
2,821
1,385
2,457
1,717
1,000,000,000,082,164
2,816
59
2
5,693
2,935
2,722
213
2,862
2,803
2,890
2,746
8,255
955
387
204
2,548
1,547
2,139
2,064
1,000,000,000,062,244
2,832
68
3
5,490
2,951
2,733
218
2,773
2,792
2,903
2,762
9,552
910
491
142
2,688
1,962
2,503
2,488
1,000,000,000,046,172
2,782
70
2
6,873
2,916
2,660
256
2,870
2,734
2,870
2,694
10,703
1,359
604
229
3,587
2,143
3,587
2,472
1,000,000,000,040,420
2,845
76
3
5,742
2,972
2,741
231
2,809
2,805
2,921
2,773
7,834
760
542
106
2,179
1,706
1,899
1,954
1,000,000,000,042,832
2,818
42
2
5,800
2,930
2,728
202
2,894
2,768
2,894
2,749
6,079
633
331
203
1,860
1,090
1,860
1,334
1,000,000,000,037,383
2,812
63
2
5,616
2,930
2,717
213
2,857
2,800
2,885
2,743
9,437
1,131
447
222
2,971
1,729
2,395
2,376
1,000,000,000,061,386
2,813
50
2
5,637
2,927
2,723
204
2,860
2,765
2,887
2,745
7,460
796
394
183
2,304
1,414
2,082
1,706
1,000,000,000,015,964
2,820
31
1
5,695
2,921
2,733
188
2,894
2,768
2,894
2,752
5,870
626
316
214
1,822
1,039
1,822
1,156
1,000,000,000,012,436
2,890
76
3
5,810
3,021
2,779
242
2,857
2,967
2,967
2,819
6,430
911
168
374
2,254
780
780
1,961
1,000,000,000,000,378
2,834
67
3
5,512
2,953
2,736
217
2,775
2,794
2,905
2,763
8,660
821
470
131
2,424
1,801
2,226
2,229
1,000,000,000,084,994
2,886
81
3
6,054
3,024
2,767
257
2,892
2,967
2,967
2,811
5,925
861
107
444
2,372
650
650
1,483
1,000,000,000,010,713
2,813
61
2
5,695
2,933
2,718
215
2,858
2,801
2,887
2,743
8,065
913
391
199
2,474
1,517
2,110
2,009
1,000,000,000,094,934
2,835
68
3
5,418
2,953
2,737
216
2,803
2,795
2,905
2,766
8,388
782
473
125
2,336
1,763
2,146
2,135
1,000,000,000,085,567
2,834
67
3
5,523
2,953
2,735
218
2,775
2,794
2,905
2,763
8,406
794
447
132
2,341
1,745
2,175
2,168
1,000,000,000,051,142
2,821
25
1
5,721
2,919
2,736
183
2,895
2,768
2,895
2,753
6,388
650
338
179
1,891
1,167
1,891
1,349
1,000,000,000,100,879
2,884
62
2
5,454
2,999
2,784
215
2,892
2,957
2,957
2,817
6,937
1,049
171
418
2,727
856
856
1,854
1,000,000,000,073,761
2,837
71
3
5,297
2,955
2,740
215
2,807
2,799
2,906
2,770
8,160
774
480
124
2,260
1,697
2,213
2,035
1,000,000,000,055,120
2,868
89
3
6,434
3,017
2,745
272
2,870
2,955
2,955
2,789
10,817
1,692
449
410
4,337
1,665
1,665
2,406
1,000,000,000,001,578
2,814
19
1
5,537
2,911
2,735
176
2,834
2,783
2,890
2,750
6,275
694
291
228
2,016
1,115
1,805
1,377
1,000,000,000,021,536
2,810
61
2
5,664
2,930
2,716
214
2,855
2,798
2,884
2,741
8,649
985
418
201
2,651
1,620
2,255
2,166
1,000,000,000,038,816
2,812
63
2
5,613
2,930
2,717
213
2,857
2,800
2,885
2,743
9,367
1,124
443
223
2,952
1,716
2,375
2,358
1,000,000,000,061,066
2,821
29
1
5,260
2,914
2,740
174
2,837
2,801
2,889
2,758
8,232
1,067
354
282
2,823
1,400
2,389
1,762
1,000,000,000,068,898
2,813
61
2
5,709
2,935
2,718
217
2,858
2,766
2,888
2,743
7,476
790
400
183
2,293
1,413
2,107
1,733
1,000,000,000,041,443
2,827
67
3
5,438
2,945
2,731
214
2,770
2,787
2,897
2,758
9,186
923
474
151
2,524
1,857
2,489
2,350
1,000,000,000,013,114
2,814
63
2
5,623
2,933
2,719
214
2,859
2,803
2,887
2,745
9,740
1,179
443
233
3,122
1,750
2,491
2,445
1,000,000,000,101,251
2,820
47
2
5,644
2,931
2,731
200
2,868
2,771
2,893
2,751
7,884
900
355
201
2,376
1,491
2,103
1,980
1,000,000,000,038,413
2,813
64
2
5,646
2,933
2,717
216
2,858
2,801
2,886
2,743
9,555
1,144
441
224
3,017
1,749
2,420
2,413
1,000,000,000,072,524
2,833
81
3
5,463
2,959
2,729
230
2,801
2,905
2,905
2,765
15,653
1,559
931
156
4,505
3,072
3,072
4,130
1,000,000,000,004,760
2,817
28
1
5,370
2,911
2,735
176
2,865
2,766
2,887
2,753
8,165
943
416
219
2,558
1,451
2,226
1,757
1,000,000,000,083,918
2,813
19
1
5,548
2,910
2,734
176
2,833
2,781
2,889
2,749
6,732
749
307
238
2,180
1,185
1,974
1,451
1,000,000,000,031,991
2,883
66
2
5,462
3,004
2,782
222
2,854
2,956
2,956
2,817
6,286
919
150
384
2,272
789
789
1,877
1,000,000,000,006,342
2,762
70
2
5,832
2,884
2,648
236
2,838
2,713
2,838
2,690
10,881
1,407
594
286
3,907
2,011
3,907
2,074
1,000,000,000,092,620
2,814
64
2
5,999
2,943
2,715
228
2,893
2,766
2,893
2,741
6,870
705
354
200
2,062
1,216
2,062
1,556
1,000,000,000,068,927
2,898
14
0
4,456
2,975
2,834
141
2,890
2,952
2,959
2,846
8,073
1,326
33
667
3,640
186
1,054
2,449
1,000,000,000,007,603
2,749
90
3
6,384
2,882
2,613
269
2,815
2,673
2,832
2,668
9,936
1,234
561
245
3,359
1,774
3,189
1,810
1,000,000,000,078,979
2,835
68
3
5,553
2,955
2,736
219
2,775
2,795
2,906
2,764
8,290
770
448
125
2,275
1,731
2,161
2,120
1,000,000,000,060,872
2,817
38
2
5,512
2,921
2,730
191
2,864
2,768
2,889
2,751
7,851
864
405
209
2,447
1,417
2,224
1,799
1,000,000,000,101,074
2,809
62
2
5,637
2,929
2,715
214
2,854
2,797
2,883
2,740
8,908
1,017
430
202
2,732
1,667
2,321
2,232
1,000,000,000,024,355
2,838
74
3
5,785
2,965
2,735
230
2,802
2,797
2,914
2,765
10,401
1,016
731
110
2,939
2,346
2,416
2,599
1,000,000,000,060,176
2,819
38
1
5,830
2,928
2,729
199
2,894
2,768
2,896
2,750
6,485
650
347
180
1,894
1,183
1,888
1,486
1,000,000,000,086,264
2,813
61
2
5,684
2,934
2,719
215
2,858
2,801
2,888
2,744
7,976
893
392
195
2,436
1,508
2,127
1,963
1,000,000,000,004,327
2,830
76
3
6,220
2,961
2,715
246
2,791
2,912
2,912
2,751
17,375
2,007
1,074
180
5,355
3,639
3,639
5,094
1,000,000,000,063,592
2,812
61
2
5,506
2,928
2,719
209
2,857
2,799
2,885
2,746
9,511
1,152
474
229
3,055
1,741
2,366
2,350
1,000,000,000,050,376
2,817
59
2
5,730
2,939
2,723
216
2,863
2,770
2,892
2,747
7,152
772
345
193
2,178
1,321
2,031
1,687
1,000,000,000,076,244
2,867
90
3
6,262
3,014
2,745
269
2,869
2,951
2,951
2,789
14,005
2,202
443
434
5,639
1,856
1,856
3,357
1,000,000,000,035,241
2,830
77
3
6,222
2,956
2,709
247
2,792
2,910
2,910
2,750
19,731
1,980
1,433
109
5,668
4,390
4,390
5,199
1,000,000,000,031,434
2,845
77
3
5,422
2,968
2,746
222
2,812
2,917
2,917
2,778
7,380
774
477
161
2,244
1,528
1,528
2,049
1,000,000,000,070,924
2,815
53
2
5,669
2,932
2,723
209
2,861
2,767
2,889
2,746
7,075
755
382
185
2,192
1,333
2,021
1,579
1,000,000,000,082,602
2,812
61
2
5,657
2,932
2,718
214
2,858
2,800
2,886
2,743
8,605
1,002
407
208
2,667
1,613
2,194
2,167
1,000,000,000,044,202
2,844
55
3
3,904
2,934
2,769
165
2,826
2,894
2,895
2,796
8,570
1,004
490
232
2,785
1,526
1,573
2,607
1,000,000,000,017,234
2,887
81
2
7,129
3,024
2,743
281
2,845
2,979
2,979
2,795
20,829
3,075
361
490
8,551
1,791
1,791
7,045
1,000,000,000,007,484
2,814
60
2
5,997
2,939
2,715
224
2,893
2,764
2,893
2,741
6,997
758
366
219
2,198
1,213
2,198
1,536
1,000,000,000,028,035
2,850
78
3
5,422
2,974
2,751
223
2,817
2,922
2,922
2,783
7,248
755
460
159
2,224
1,542
1,542
1,959
1,000,000,000,004,117
2,819
36
1
5,298
2,917
2,735
182
2,865
2,771
2,888
2,756
7,558
890
382
229
2,428
1,319
2,096
1,600
1,000,000,000,005,920
2,815
56
2
5,620
2,931
2,722
209
2,860
2,768
2,889
2,747
7,815
874
385
207
2,454
1,400
2,159
1,829
1,000,000,000,043,671
2,812
61
2
5,647
2,931
2,717
214
2,857
2,800
2,885
2,742
8,961
1,050
424
211
2,785
1,677
2,279
2,260
1,000,000,000,001,384
2,838
43
2
4,883
2,933
2,754
179
2,851
2,796
2,901
2,777
8,648
923
442
200
2,696
1,617
2,374
2,107
1,000,000,000,028,168
2,812
59
2
5,652
2,931
2,719
212
2,858
2,799
2,886
2,743
8,474
980
398
204
2,618
1,589
2,197
2,116
1,000,000,000,052,302
2,816
51
2
6,052
2,936
2,718
218
2,895
2,765
2,895
2,742
6,697
773
347
231
2,148
1,147
2,148
1,451
1,000,000,000,038,245
2,820
70
2
6,145
2,950
2,711
239
2,753
2,777
2,899
2,741
7,883
751
474
128
2,152
1,653
2,150
1,964
1,000,000,000,100,205
2,812
61
2
5,559
2,929
2,719
210
2,857
2,800
2,885
2,744
9,444
1,142
455
230
3,009
1,716
2,348
2,378
1,000,000,000,034,752
2,830
69
3
5,518
2,950
2,731
219
2,901
2,789
2,901
2,759
8,713
869
450
150
2,400
1,754
2,400
2,183
1,000,000,000,061,990
2,820
24
1
4,930
2,907
2,745
162
2,836
2,798
2,885
2,761
8,533
1,096
397
261
2,866
1,525
2,303
1,910
1,000,000,000,003,007
2,813
63
2
5,599
2,931
2,718
213
2,858
2,801
2,885
2,744
9,548
1,168
448
235
3,052
1,728
2,392
2,394
1,000,000,000,055,251
2,834
67
3
5,493
2,953
2,736
217
2,775
2,795
2,905
2,764
8,516
803
469
128
2,373
1,782
2,184
2,188
1,000,000,000,046,679
2,814
59
2
5,704
2,934
2,720
214
2,859
2,768
2,889
2,745
7,739
837
413
186
2,387
1,484
2,147
1,799
1,000,000,000,006,711
2,818
40
2
5,380
2,921
2,732
189
2,863
2,770
2,889
2,754
7,935
939
393
229
2,544
1,390
2,173
1,839
1,000,000,000,036,491
2,817
62
2
5,836
2,943
2,721
222
2,863
2,770
2,894
2,746
6,845
721
338
188
2,054
1,264
1,956
1,606
1,000,000,000,006,583
2,819
26
1
5,542
2,915
2,737
178
2,869
2,767
2,891
2,753
6,073
643
334
188
1,846
1,141
1,809
1,272
1,000,000,000,038,477
2,892
76
2
7,165
3,025
2,747
278
2,850
2,984
2,984
2,799
21,787
3,181
381
482
8,816
1,885
1,885
7,328
1,000,000,000,059,106
2,815
18
1
5,573
2,912
2,736
176
2,835
2,759
2,891
2,750
6,293
694
285
240
2,040
1,097
1,866
1,343
1,000,000,000,021,527
2,814
63
2
5,631
2,934
2,719
215
2,859
2,803
2,887
2,745
9,720
1,175
442
233
3,113
1,747
2,485
2,442
1,000,000,000,092,825
2,831
68
3
5,434
2,949
2,734
215
2,773
2,791
2,901
2,762
9,473
905
508
137
2,673
1,979
2,426
2,451
1,000,000,000,040,316
2,871
88
3
6,378
3,018
2,748
270
2,872
2,956
2,956
2,791
13,036
2,031
434
425
5,191
1,791
1,791
3,096
1,000,000,000,078,435
2,838
75
3
5,830
2,966
2,734
232
2,803
2,798
2,915
2,765
10,136
958
705
103
2,800
2,294
2,389
2,552
1,000,000,000,042,417
2,835
69
3
5,389
2,953
2,737
216
2,803
2,795
2,904
2,766
8,716
821
496
127
2,446
1,825
2,243
2,213
End of preview.

No dataset card yet

Downloads last month
13