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 43 new columns ({'absolute_error', 'hour', 'wind_speed_10m', 'site_id', 'day_of_week', 'predicted_count', 'lat', 'precipitation', 'hour_sin', 'dow_sin', 'park_count', 'lag_168', 'month', 'rolling_24_mean', 'relative_humidity_2m', 'dist_nearest_station', 'lag_24', 'dist_nearest_school', 'rolling_168_mean', 'dow_cos', 'shortwave_radiation', 'year', 'actual_count', 'site_name', 'hour_cos', 'school_count', 'is_weekend', 'residual', 'lag_1', 'day', 'is_holiday', 'site_code', 'month_sin', 'lon', 'is_pre_holiday', 'datetime_hour', 'month_cos', 'refnis_code', 'temperature_2m', 'is_peak_hour', 'station_count', 'count', 'date'}) and 8 missing columns ({'weekend_value_eur', 'co2_saved_kg_per_capita', 'site_count', 'peak_hour_value_eur', 'weekday_value_eur', 'weekday_weekend_ratio', 'value_per_capita_eur', 'total_predicted_cyclists'}).

This happened while the csv dataset builder was generating data using

hf://datasets/MDA-Project-Group3/c02/dashboard_site_hour_impact.csv (at revision efb89a5f7e2385c91ad8f8ef3fd1166c222d6c83), [/tmp/hf-datasets-cache/medium/datasets/88494272641591-config-parquet-and-info-MDA-Project-Group3-c02-03d5e7f7/hub/datasets--MDA-Project-Group3--c02/snapshots/efb89a5f7e2385c91ad8f8ef3fd1166c222d6c83/city_impact_summary.csv (origin=hf://datasets/MDA-Project-Group3/c02@efb89a5f7e2385c91ad8f8ef3fd1166c222d6c83/city_impact_summary.csv), /tmp/hf-datasets-cache/medium/datasets/88494272641591-config-parquet-and-info-MDA-Project-Group3-c02-03d5e7f7/hub/datasets--MDA-Project-Group3--c02/snapshots/efb89a5f7e2385c91ad8f8ef3fd1166c222d6c83/dashboard_city_impact_summary.csv (origin=hf://datasets/MDA-Project-Group3/c02@efb89a5f7e2385c91ad8f8ef3fd1166c222d6c83/dashboard_city_impact_summary.csv), /tmp/hf-datasets-cache/medium/datasets/88494272641591-config-parquet-and-info-MDA-Project-Group3-c02-03d5e7f7/hub/datasets--MDA-Project-Group3--c02/snapshots/efb89a5f7e2385c91ad8f8ef3fd1166c222d6c83/dashboard_site_hour_impact.csv (origin=hf://datasets/MDA-Project-Group3/c02@efb89a5f7e2385c91ad8f8ef3fd1166c222d6c83/dashboard_site_hour_impact.csv), /tmp/hf-datasets-cache/medium/datasets/88494272641591-config-parquet-and-info-MDA-Project-Group3-c02-03d5e7f7/hub/datasets--MDA-Project-Group3--c02/snapshots/efb89a5f7e2385c91ad8f8ef3fd1166c222d6c83/dashboard_site_priority.csv (origin=hf://datasets/MDA-Project-Group3/c02@efb89a5f7e2385c91ad8f8ef3fd1166c222d6c83/dashboard_site_priority.csv), /tmp/hf-datasets-cache/medium/datasets/88494272641591-config-parquet-and-info-MDA-Project-Group3-c02-03d5e7f7/hub/datasets--MDA-Project-Group3--c02/snapshots/efb89a5f7e2385c91ad8f8ef3fd1166c222d6c83/final_2026_observed_weather_predictions.csv (origin=hf://datasets/MDA-Project-Group3/c02@efb89a5f7e2385c91ad8f8ef3fd1166c222d6c83/final_2026_observed_weather_predictions.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 1800, in _prepare_split_single
                  writer.write_table(table)
                File "/usr/local/lib/python3.12/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.12/site-packages/datasets/arrow_writer.py", line 773, in _write_table
                  pa_table = table_cast(pa_table, self._schema)
                             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
                File "/usr/local/lib/python3.12/site-packages/datasets/table.py", line 2321, in table_cast
                  return cast_table_to_schema(table, schema)
                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
                File "/usr/local/lib/python3.12/site-packages/datasets/table.py", line 2249, in cast_table_to_schema
                  raise CastError(
              datasets.table.CastError: Couldn't cast
              site_id: int64
              datetime_hour: string
              count: double
              year: int64
              month: int64
              day: int64
              hour: int64
              day_of_week: int64
              is_weekend: int64
              lat: double
              lon: double
              site_name: string
              municipality: string
              temperature_2m: double
              precipitation: double
              wind_speed_10m: double
              shortwave_radiation: double
              relative_humidity_2m: double
              school_count: double
              park_count: double
              station_count: double
              dist_nearest_school: double
              dist_nearest_station: double
              is_holiday: int64
              is_pre_holiday: int64
              hour_sin: double
              hour_cos: double
              dow_sin: double
              dow_cos: double
              month_sin: double
              month_cos: double
              site_code: int64
              lag_1: double
              lag_24: double
              lag_168: double
              rolling_24_mean: double
              rolling_168_mean: double
              predicted_count: double
              actual_count: double
              residual: double
              absolute_error: double
              municipality_statbel: string
              refnis_code: double
              population: double
              date: string
              is_peak_hour: int64
              estimated_bike_trips: double
              car_trips_replaced: double
              km_not_driven: double
              co2_saved_kg: double
              co2_saved_tonnes: double
              fuel_saved_litres: double
              fuel_cost_saved_eur: double
              carbon_value_eur: double
              external_cost_saved_eur: double
              total_value_eur: double
              -- schema metadata --
              pandas: '{"index_columns": [{"kind": "range", "name": null, "start": 0, "' + 7166
              to
              {'municipality': Value('string'), 'municipality_statbel': Value('string'), 'population': Value('float64'), 'site_count': Value('int64'), 'total_predicted_cyclists': Value('float64'), 'estimated_bike_trips': Value('float64'), 'car_trips_replaced': Value('float64'), 'km_not_driven': Value('float64'), 'fuel_saved_litres': Value('float64'), 'co2_saved_kg': Value('float64'), 'co2_saved_tonnes': Value('float64'), 'fuel_cost_saved_eur': Value('float64'), 'carbon_value_eur': Value('float64'), 'external_cost_saved_eur': Value('float64'), 'total_value_eur': Value('float64'), 'weekday_value_eur': Value('float64'), 'weekend_value_eur': Value('float64'), 'peak_hour_value_eur': Value('float64'), 'value_per_capita_eur': Value('float64'), 'co2_saved_kg_per_capita': Value('float64'), 'weekday_weekend_ratio': 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 882, in download_and_prepare
                  self._download_and_prepare(
                File "/usr/local/lib/python3.12/site-packages/datasets/builder.py", line 943, in _download_and_prepare
                  self._prepare_split(split_generator, **prepare_split_kwargs)
                File "/usr/local/lib/python3.12/site-packages/datasets/builder.py", line 1646, 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 1802, 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 43 new columns ({'absolute_error', 'hour', 'wind_speed_10m', 'site_id', 'day_of_week', 'predicted_count', 'lat', 'precipitation', 'hour_sin', 'dow_sin', 'park_count', 'lag_168', 'month', 'rolling_24_mean', 'relative_humidity_2m', 'dist_nearest_station', 'lag_24', 'dist_nearest_school', 'rolling_168_mean', 'dow_cos', 'shortwave_radiation', 'year', 'actual_count', 'site_name', 'hour_cos', 'school_count', 'is_weekend', 'residual', 'lag_1', 'day', 'is_holiday', 'site_code', 'month_sin', 'lon', 'is_pre_holiday', 'datetime_hour', 'month_cos', 'refnis_code', 'temperature_2m', 'is_peak_hour', 'station_count', 'count', 'date'}) and 8 missing columns ({'weekend_value_eur', 'co2_saved_kg_per_capita', 'site_count', 'peak_hour_value_eur', 'weekday_value_eur', 'weekday_weekend_ratio', 'value_per_capita_eur', 'total_predicted_cyclists'}).
              
              This happened while the csv dataset builder was generating data using
              
              hf://datasets/MDA-Project-Group3/c02/dashboard_site_hour_impact.csv (at revision efb89a5f7e2385c91ad8f8ef3fd1166c222d6c83), [/tmp/hf-datasets-cache/medium/datasets/88494272641591-config-parquet-and-info-MDA-Project-Group3-c02-03d5e7f7/hub/datasets--MDA-Project-Group3--c02/snapshots/efb89a5f7e2385c91ad8f8ef3fd1166c222d6c83/city_impact_summary.csv (origin=hf://datasets/MDA-Project-Group3/c02@efb89a5f7e2385c91ad8f8ef3fd1166c222d6c83/city_impact_summary.csv), /tmp/hf-datasets-cache/medium/datasets/88494272641591-config-parquet-and-info-MDA-Project-Group3-c02-03d5e7f7/hub/datasets--MDA-Project-Group3--c02/snapshots/efb89a5f7e2385c91ad8f8ef3fd1166c222d6c83/dashboard_city_impact_summary.csv (origin=hf://datasets/MDA-Project-Group3/c02@efb89a5f7e2385c91ad8f8ef3fd1166c222d6c83/dashboard_city_impact_summary.csv), /tmp/hf-datasets-cache/medium/datasets/88494272641591-config-parquet-and-info-MDA-Project-Group3-c02-03d5e7f7/hub/datasets--MDA-Project-Group3--c02/snapshots/efb89a5f7e2385c91ad8f8ef3fd1166c222d6c83/dashboard_site_hour_impact.csv (origin=hf://datasets/MDA-Project-Group3/c02@efb89a5f7e2385c91ad8f8ef3fd1166c222d6c83/dashboard_site_hour_impact.csv), /tmp/hf-datasets-cache/medium/datasets/88494272641591-config-parquet-and-info-MDA-Project-Group3-c02-03d5e7f7/hub/datasets--MDA-Project-Group3--c02/snapshots/efb89a5f7e2385c91ad8f8ef3fd1166c222d6c83/dashboard_site_priority.csv (origin=hf://datasets/MDA-Project-Group3/c02@efb89a5f7e2385c91ad8f8ef3fd1166c222d6c83/dashboard_site_priority.csv), /tmp/hf-datasets-cache/medium/datasets/88494272641591-config-parquet-and-info-MDA-Project-Group3-c02-03d5e7f7/hub/datasets--MDA-Project-Group3--c02/snapshots/efb89a5f7e2385c91ad8f8ef3fd1166c222d6c83/final_2026_observed_weather_predictions.csv (origin=hf://datasets/MDA-Project-Group3/c02@efb89a5f7e2385c91ad8f8ef3fd1166c222d6c83/final_2026_observed_weather_predictions.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.

municipality
string
municipality_statbel
string
population
float64
site_count
int64
total_predicted_cyclists
float64
estimated_bike_trips
float64
car_trips_replaced
float64
km_not_driven
float64
fuel_saved_litres
float64
co2_saved_kg
float64
co2_saved_tonnes
float64
fuel_cost_saved_eur
float64
carbon_value_eur
float64
external_cost_saved_eur
float64
total_value_eur
float64
weekday_value_eur
float64
weekend_value_eur
float64
peak_hour_value_eur
float64
value_per_capita_eur
float64
co2_saved_kg_per_capita
float64
weekday_weekend_ratio
float64
Leuven
Leuven
104,906
5
433,623.676166
346,898.940933
121,414.629326
607,073.146632
42,495.120264
72,848.777596
72.848778
74,366.460462
4,735.170544
18,212.194399
97,313.825405
78,957.579613
18,356.245792
47,319.842742
0.927629
0.69442
4.301401
Kortrijk
Kortrijk
80,776
5
309,128.41705
247,302.73364
86,555.956774
432,779.783871
30,294.584871
51,933.574064
51.933574
53,015.523524
3,375.682314
12,983.393516
69,374.599354
55,962.820504
13,411.77885
32,947.774394
0.858852
0.642933
4.172662
Hasselt
Hasselt
90,249
3
245,402.239699
196,321.791759
68,712.627116
343,563.135578
24,049.41949
41,227.576269
41.227576
42,086.484108
2,679.792458
10,306.894067
55,073.170633
45,333.333638
9,739.836995
24,945.580058
0.610236
0.45682
4.654424
Gent
Gent
272,657
4
165,351.934544
132,281.547635
46,298.541672
231,492.708361
16,204.489585
27,779.125003
27.779125
28,357.856774
1,805.643125
6,944.781251
37,108.28115
31,147.85794
5,960.42321
17,836.121121
0.136099
0.101883
5.22578
Brugge
Brugge
120,283
5
112,359.675265
89,887.740212
31,460.709074
157,303.545371
11,011.248176
18,876.425444
18.876425
19,269.684308
1,226.967654
4,719.106361
25,215.758323
20,414.264851
4,801.493472
12,961.417721
0.209637
0.156933
4.251649
Dendermonde
Dendermonde
47,539
2
88,872.316025
71,097.85282
24,884.248487
124,421.242435
8,709.48697
14,930.549092
14.930549
15,241.602198
970.485691
3,732.637273
19,944.725162
16,608.798095
3,335.927067
9,838.517461
0.419544
0.314069
4.978765
Westerlo
Westerlo
25,691
4
80,211.222714
64,168.978171
22,459.14236
112,295.711799
7,860.699826
13,475.485416
13.475485
13,756.224695
875.906552
3,368.871354
18,001.002601
15,103.331488
2,897.671113
7,350.259113
0.700673
0.524522
5.212231
Mechelen
Mechelen
89,655
2
79,923.017242
63,938.413794
22,378.444828
111,892.224139
7,832.45569
13,427.066897
13.427067
13,706.797457
872.759348
3,356.766724
17,936.32353
14,911.102485
3,025.221045
8,536.817592
0.200059
0.149764
4.92893
Brasschaat
Brasschaat
38,416
2
79,043.13036
63,234.504288
22,132.076501
110,660.382504
7,746.226775
13,279.2459
13.279246
13,555.896857
863.150984
3,319.811475
17,738.859315
15,012.296589
2,726.562726
9,213.963821
0.461757
0.34567
5.505942
Zemst
Zemst
23,369
1
78,214.194928
62,571.355942
21,899.97458
109,499.872899
7,664.991103
13,139.984748
13.139985
13,413.73443
854.099009
3,284.996187
17,552.829626
14,382.078561
3,170.751065
9,423.887
0.751116
0.562283
4.535859
Nieuwpoort
Nieuwpoort
11,399
4
76,160.946468
60,928.757174
21,325.065011
106,625.325055
7,463.772754
12,795.039007
12.795039
13,061.602319
831.677535
3,198.759752
17,092.039606
12,061.666879
5,030.372728
6,330.67194
1.499433
1.12247
2.397768
Tienen
Tienen
36,890
3
71,308.240184
57,046.592147
19,966.307252
99,831.536258
6,988.207538
11,979.784351
11.979784
12,229.363192
778.685983
2,994.946088
16,002.995262
12,995.217064
3,007.778198
7,068.295235
0.433803
0.324743
4.320537
Aalst
Aalst
92,131
3
62,637.287498
50,109.829998
17,538.440499
87,692.202497
6,138.454175
10,523.0643
10.523064
10,742.294806
683.999179
2,630.766075
14,057.06006
11,499.037242
2,558.022819
7,163.386872
0.152577
0.114218
4.495283
Oostende
Oostende
72,817
2
57,426.422182
45,941.137745
16,079.398211
80,396.991054
5,627.789374
9,647.638927
9.647639
9,848.631404
627.09653
2,411.909732
12,887.637666
10,541.056726
2,346.58094
6,269.591871
0.176987
0.132492
4.492092
Herentals
Herentals
29,001
2
55,339.541439
44,271.633151
15,495.071603
77,475.358014
5,423.275061
9,297.042962
9.297043
9,490.731357
604.307793
2,324.26074
12,419.29989
10,244.00167
2,175.298219
5,077.148768
0.428237
0.320577
4.70924
Zaventem
Zaventem
37,271
2
44,035.888669
35,228.710936
12,330.048827
61,650.244137
4,315.51709
7,398.029296
7.398029
7,552.154907
480.871904
1,849.507324
9,882.534135
8,162.208194
1,720.325941
5,521.203232
0.265153
0.198493
4.744571
Wervik
Wervik
19,207
2
40,931.192687
32,744.95415
11,460.733952
57,303.669762
4,011.256883
6,876.440371
6.87644
7,019.699546
446.968624
1,719.110093
9,185.778263
7,660.06504
1,525.713223
4,801.134534
0.478252
0.358017
5.020645
Evergem
Evergem
37,254
2
35,377.19639
28,301.757112
9,905.614989
49,528.074945
3,466.965246
5,943.368993
5.943369
6,067.189181
386.318985
1,485.842248
7,939.350414
6,990.464827
948.885587
4,160.379417
0.213114
0.159536
7.367026
Heist-op-den-Berg
Heist-op-den-Berg
44,723
2
34,944.022238
27,955.21779
9,784.326227
48,921.631133
3,424.514179
5,870.595736
5.870596
5,992.899814
381.588723
1,467.648934
7,842.137471
6,808.592052
1,033.545419
4,086.564362
0.175349
0.131266
6.587608
Aarschot
Aarschot
31,514
1
31,599.034174
25,279.227339
8,847.729569
44,238.647844
3,096.705349
5,308.637741
5.308638
5,419.234361
345.061453
1,327.159435
7,091.455249
6,008.208199
1,083.24705
3,620.038698
0.225026
0.168453
5.54648
Beveren
Beveren-Kruibeke-Zwijndrecht
87,927
2
30,044.0734
24,035.25872
8,412.340552
42,061.70276
2,944.319193
5,047.404331
5.047404
5,152.558588
328.081282
1,261.851083
6,742.490952
5,552.040231
1,190.450721
3,165.914102
0.076683
0.057404
4.663814
Geel
Geel
42,427
2
29,900.783053
23,920.626442
8,372.219255
41,861.096274
2,930.276739
5,023.331553
5.023332
5,127.984294
326.516551
1,255.832888
6,710.333733
5,728.263372
982.07036
3,170.715762
0.158162
0.118399
5.832844
Dessel
Dessel
10,076
2
27,855.684118
22,284.547294
7,799.591553
38,997.957765
2,729.857044
4,679.754932
4.679755
4,777.249826
304.184071
1,169.938733
6,251.37263
5,271.476202
979.896428
3,127.635069
0.620422
0.464446
5.379626
Aalter
Aalter
29,830
1
26,415.232948
21,132.186359
7,396.265226
36,981.326128
2,588.692829
4,437.759135
4.437759
4,530.212451
288.454344
1,109.439784
5,928.106578
4,921.861422
1,006.245156
2,925.782371
0.19873
0.148768
4.891314
Nijlen
Nijlen
23,747
2
24,807.221418
19,845.777134
6,946.021997
34,730.109985
2,431.107699
4,167.613198
4.167613
4,254.438473
270.894858
1,041.9033
5,567.236631
4,602.231887
965.004743
2,599.688823
0.23444
0.175501
4.769129
Kampenhout
Kampenhout
12,606
2
24,554.688519
19,643.750815
6,875.312785
34,376.563926
2,406.359475
4,125.187671
4.125188
4,211.129081
268.137199
1,031.296918
5,510.563197
4,506.299046
1,004.264152
2,680.311133
0.437138
0.32724
4.487165
Lokeren
Lokeren
50,606
2
24,257.037193
19,405.629754
6,791.970414
33,959.85207
2,377.189645
4,075.182248
4.075182
4,160.081879
264.886846
1,018.795562
5,443.764287
4,458.948683
984.815604
2,589.036994
0.107572
0.080528
4.527699
Kraainem
Kraainem
13,940
1
23,184.189535
18,547.351628
6,491.57307
32,457.865349
2,272.050574
3,894.943842
3.894944
3,976.088505
253.17135
973.73596
5,202.995815
3,723.795284
1,479.200532
2,629.459493
0.373242
0.279408
2.517438
Herk-de-Stad
Herk-de-Stad
12,927
2
22,055.434454
17,644.347563
6,175.521647
30,877.608235
2,161.432576
3,705.312988
3.705313
3,782.507009
240.845344
926.328247
4,949.6806
3,974.192129
975.488472
2,440.398065
0.382895
0.286634
4.074053
District Leuven
Leuven
104,906
3
21,628.558875
17,302.8471
6,055.996485
30,279.982425
2,119.59877
3,633.597891
3.633598
3,709.297847
236.183863
908.399473
4,853.881183
3,735.630204
1,118.250979
2,459.62592
0.046269
0.034637
3.340601
Melle
Merelbeke-Melle
37,369
2
21,528.628229
17,222.902583
6,028.015904
30,140.079521
2,109.805566
3,616.809542
3.61681
3,692.159741
235.09262
904.202386
4,831.454747
3,705.485127
1,125.969621
2,331.992887
0.12929
0.096786
3.290928
Ieper
Ieper
35,587
2
21,109.824087
16,887.85927
5,910.750744
29,553.753722
2,068.762761
3,546.450447
3.54645
3,620.334831
230.519279
886.612612
4,737.466722
4,019.886365
717.580357
2,550.145323
0.133124
0.099656
5.602002
Izegem
Izegem
29,427
1
20,764.555837
16,611.64467
5,814.075634
29,070.378172
2,034.926472
3,488.445381
3.488445
3,561.121326
226.74895
872.111345
4,659.981621
3,932.785433
727.196188
2,443.413126
0.158357
0.118546
5.408149
Deinze
Deinze
46,026
2
20,359.256847
16,287.405478
5,700.591917
28,502.959586
1,995.207171
3,420.35515
3.420355
3,491.612549
222.323085
855.088788
4,569.024422
3,580.864615
988.159807
2,103.77949
0.099271
0.074314
3.623771
Diest
Diest
25,141
2
20,147.381287
16,117.90503
5,641.26676
28,206.333802
1,974.443366
3,384.760056
3.38476
3,455.275891
220.009404
846.190014
4,521.475309
3,429.018067
1,092.457241
1,678.493639
0.179845
0.134631
3.138812
Lommel
Lommel
35,208
2
19,755.547094
15,804.437675
5,531.553186
27,657.765931
1,936.043615
3,318.931912
3.318932
3,388.076327
215.730574
829.732978
4,433.539879
3,554.893388
878.646491
1,712.880179
0.125924
0.094266
4.045874
Vilvoorde
Vilvoorde
48,040
1
19,405.12996
15,524.103968
5,433.436389
27,167.181944
1,901.702736
3,260.061833
3.260062
3,327.979788
211.904019
815.015458
4,354.899266
3,582.616132
772.283134
2,361.612179
0.090652
0.067861
4.638993
Bree
Bree
17,210
1
19,225.421778
15,380.337422
5,383.118098
26,915.590489
1,884.091334
3,229.870859
3.229871
3,297.159835
209.941606
807.467715
4,314.569155
3,824.484064
490.085092
2,148.249764
0.250701
0.187674
7.803714
Lanaken
Lanaken
26,457
2
18,224.535288
14,579.628231
5,102.869881
25,514.349404
1,786.004458
3,061.721928
3.061722
3,125.507802
199.011925
765.430482
4,089.950209
3,209.068044
880.882166
1,739.640671
0.154589
0.115724
3.643016
Pelt
Pelt
34,635
2
17,877.092606
14,301.674085
5,005.58593
25,027.929649
1,751.955075
3,003.351558
3.003352
3,065.921382
195.217851
750.837889
4,011.977123
3,190.998801
820.978321
1,746.528325
0.115836
0.086714
3.886825
Maaseik
Maaseik
25,828
2
17,572.029917
14,057.623934
4,920.168377
24,600.841884
1,722.058932
2,952.101026
2.952101
3,013.603131
191.886567
738.025257
3,943.514954
3,091.18684
852.328114
1,827.800031
0.152684
0.114298
3.626757
Hamme
Hamme
25,706
1
17,132.13108
13,705.704864
4,796.996702
23,984.983511
1,678.948846
2,878.198021
2.878198
2,938.16048
187.082871
719.549505
3,844.792857
3,262.303982
582.488875
1,967.274409
0.149568
0.111966
5.600629
Zele
Zele
21,521
2
16,813.716393
13,450.973115
4,707.84059
23,539.202951
1,647.744207
2,824.704354
2.824704
2,883.552361
183.605783
706.176089
3,773.334233
3,064.308907
709.025326
1,663.217101
0.175333
0.131253
4.321861
Genk
Genk
68,058
2
16,744.57326
13,395.658608
4,688.480513
23,442.402564
1,640.968179
2,813.088308
2.813088
2,871.694314
182.85074
703.272077
3,757.817131
2,982.051774
775.765357
1,625.733397
0.055215
0.041334
3.844013
District Vilvoorde-gewestwegen
Vilvoorde
48,040
4
16,544.875056
13,235.900044
4,632.565016
23,162.825078
1,621.397755
2,779.539009
2.779539
2,837.446072
180.670036
694.884752
3,713.00086
2,871.21744
841.78342
1,814.898967
0.07729
0.057859
3.410874
Herent
Herent
23,081
2
15,680.621049
12,544.49684
4,390.573894
21,952.869469
1,536.700863
2,634.344336
2.634344
2,689.22651
171.232382
658.586084
3,519.044976
2,955.86896
563.176016
1,708.597553
0.152465
0.114135
5.24857
Peer
Peer
16,685
2
14,447.149997
11,557.719997
4,045.201999
20,226.009995
1,415.8207
2,427.121199
2.427121
2,477.686224
157.762878
606.7803
3,242.229402
2,650.379734
591.849668
1,460.921661
0.19432
0.145467
4.47813
Machelen
Machelen
16,784
1
14,061.481419
11,249.185135
3,937.214797
19,686.073987
1,378.025179
2,362.328878
2.362329
2,411.544063
153.551377
590.58222
3,155.67766
2,580.746044
574.931616
1,484.10597
0.188017
0.140749
4.488788
Torhout
Torhout
21,159
2
13,685.692526
10,948.554021
3,831.993907
19,159.969536
1,341.197868
2,299.196344
2.299196
2,347.096268
149.447762
574.799086
3,071.343117
2,564.410206
506.93291
1,580.011563
0.145155
0.108663
5.058678
Meise
Meise
20,392
1
13,627.635078
10,902.108063
3,815.737822
19,078.68911
1,335.508238
2,289.442693
2.289443
2,337.139416
148.813775
572.360673
3,058.313864
2,608.748361
449.565503
1,801.26886
0.149976
0.112272
5.802821
Balen
Balen
23,777
2
13,311.663064
10,649.330451
3,727.265658
18,636.32829
1,304.54298
2,236.359395
2.236359
2,282.950216
145.363361
559.089849
2,987.403425
2,382.154585
605.24884
1,277.367615
0.125643
0.094056
3.935827
Malle
Malle
16,248
2
13,138.738201
10,510.990561
3,678.846696
18,394.233482
1,287.596344
2,207.308018
2.207308
2,253.293602
143.475021
551.827004
2,948.595627
2,489.780977
458.81465
1,424.000699
0.181474
0.135851
5.426551
Ardooie
Ardooie
9,514
2
11,927.882554
9,542.306043
3,339.807115
16,699.035576
1,168.93249
2,003.884269
2.003884
2,045.631858
130.252477
500.971067
2,676.855403
2,327.453458
349.401945
1,240.666541
0.28136
0.210625
6.661249
Bilzen
Bilzen-Hoeselt
43,052
1
11,685.653696
9,348.522957
3,271.983035
16,359.915175
1,145.194062
1,963.189821
1.96319
2,004.089609
127.607338
490.797455
2,622.494402
2,133.905664
488.588739
1,133.049457
0.060915
0.0456
4.367488
As
As
8,298
1
10,261.329466
8,209.063573
2,873.17225
14,365.861252
1,005.610288
1,723.90335
1.723903
1,759.818003
112.053718
430.975838
2,302.847559
1,446.289771
856.557787
712.483071
0.277518
0.207749
1.688491
Maasmechelen
Maasmechelen
40,486
2
10,025.737211
8,020.589769
2,807.206419
14,036.032096
982.522247
1,684.323851
1.684324
1,719.413932
109.48105
421.080963
2,249.975945
1,776.04574
473.930205
805.431832
0.055574
0.041603
3.747484
Brecht
Brecht
30,664
2
9,894.589372
7,915.671498
2,770.485024
13,852.425121
969.669758
1,662.291014
1.662291
1,696.922077
108.048916
415.572754
2,220.543747
1,797.940575
422.603172
1,110.674658
0.072415
0.05421
4.254442
Houthalen-Helchteren
Houthalen-Helchteren
30,945
1
9,273.457331
7,418.765865
2,596.568053
12,982.840263
908.798818
1,557.940832
1.557941
1,590.397932
101.266154
389.485208
2,081.149294
1,546.712153
534.437141
775.253971
0.067253
0.050345
2.894096
Lille
Lille
17,130
2
9,166.207542
7,332.966033
2,566.538112
12,832.690558
898.288339
1,539.922867
1.539923
1,572.004593
100.094986
384.980717
2,057.080297
1,679.300093
377.780204
872.79353
0.120086
0.089896
4.445178
Wemmel
Wemmel
18,292
2
7,870.955965
6,296.764772
2,203.86767
11,019.338351
771.353685
1,322.320602
1.322321
1,349.868948
85.950839
330.580151
1,766.399938
1,537.310674
229.089264
1,036.744923
0.096567
0.07229
6.710531
Asse
Asse
35,882
2
7,307.106438
5,845.68515
2,045.989803
10,229.949013
716.096431
1,227.593882
1.227594
1,253.168754
79.793602
306.89847
1,639.860827
1,385.930123
253.930704
800.677294
0.045701
0.034212
5.457907
Meulebeke
Tielt
31,908
2
6,106.331755
4,885.065404
1,709.772891
8,548.864457
598.420512
1,025.863735
1.025864
1,047.235896
66.681143
256.465934
1,370.382972
1,134.566952
235.81602
622.952821
0.042948
0.032151
4.811238
Lummen
Lummen
15,347
2
4,917.094887
3,933.675909
1,376.786568
6,883.932841
481.875299
826.071941
0.826072
843.281773
53.694676
206.517985
1,103.494434
885.378189
218.116245
489.344112
0.071903
0.053826
4.059203
Tongeren
Tongeren-Borgloon
43,980
1
4,302.938187
3,442.35055
1,204.822692
6,024.113462
421.687942
722.893615
0.722894
737.953899
46.988085
180.723404
965.665388
819.745493
145.919895
391.161458
0.021957
0.016437
5.617777
Beersel
Beersel
26,593
2
3,859.08677
3,087.269416
1,080.544296
5,402.721478
378.190503
648.326577
0.648327
661.833381
42.141228
162.081644
866.056253
696.579958
169.476295
403.756289
0.032567
0.02438
4.110191
Pepingen
Pepingen
4,564
2
3,826.225185
3,060.980148
1,071.343052
5,356.715259
374.970068
642.805831
0.642806
656.197619
41.782379
160.701458
858.681456
697.995975
160.685481
425.276376
0.188142
0.140843
4.343865
Halle
Halle
42,884
1
2,576.841865
2,061.473492
721.515722
3,607.57861
252.530503
432.909433
0.432909
441.92838
28.139113
108.227358
578.294851
489.738791
88.55606
248.28569
0.013485
0.010095
5.530269
Nazareth
Nazareth-De Pinte
23,574
1
2,461.725856
1,969.380685
689.28324
3,446.416198
241.249134
413.569944
0.41357
422.185984
26.882046
103.392486
552.460517
527.469993
24.990523
309.524776
0.023435
0.017543
21.1068
Heers
Heers
7,574
2
1,976.240282
1,580.992226
553.347279
2,766.736395
193.671548
332.008367
0.332008
338.925208
21.580544
83.002092
443.507844
296.684837
146.823008
142.325225
0.058557
0.043835
2.020697
Sint-Pieters-Leeuw
Sint-Pieters-Leeuw
36,732
1
1,361.134578
1,088.907663
381.117682
1,905.58841
133.391189
228.670609
0.228671
233.43458
14.86359
57.167652
305.465822
254.902067
50.563755
140.633178
0.008316
0.006225
5.041201
Leuven
Leuven
104,906
5
433,623.676166
346,898.940933
121,414.629326
607,073.146632
42,495.120264
72,848.777596
72.848778
74,366.460462
4,735.170544
18,212.194399
97,313.825405
78,957.579613
18,356.245792
47,319.842742
0.927629
0.69442
4.301401
Kortrijk
Kortrijk
80,776
5
309,128.41705
247,302.73364
86,555.956774
432,779.783871
30,294.584871
51,933.574064
51.933574
53,015.523524
3,375.682314
12,983.393516
69,374.599354
55,962.820504
13,411.77885
32,947.774394
0.858852
0.642933
4.172662
Hasselt
Hasselt
90,249
3
245,402.239699
196,321.791759
68,712.627116
343,563.135578
24,049.41949
41,227.576269
41.227576
42,086.484108
2,679.792458
10,306.894067
55,073.170633
45,333.333638
9,739.836995
24,945.580058
0.610236
0.45682
4.654424
Gent
Gent
272,657
4
165,351.934544
132,281.547635
46,298.541672
231,492.708361
16,204.489585
27,779.125003
27.779125
28,357.856774
1,805.643125
6,944.781251
37,108.28115
31,147.85794
5,960.42321
17,836.121121
0.136099
0.101883
5.22578
Brugge
Brugge
120,283
5
112,359.675265
89,887.740212
31,460.709074
157,303.545371
11,011.248176
18,876.425444
18.876425
19,269.684308
1,226.967654
4,719.106361
25,215.758323
20,414.264851
4,801.493472
12,961.417721
0.209637
0.156933
4.251649
Dendermonde
Dendermonde
47,539
2
88,872.316025
71,097.85282
24,884.248487
124,421.242435
8,709.48697
14,930.549092
14.930549
15,241.602198
970.485691
3,732.637273
19,944.725162
16,608.798095
3,335.927067
9,838.517461
0.419544
0.314069
4.978765
Westerlo
Westerlo
25,691
4
80,211.222714
64,168.978171
22,459.14236
112,295.711799
7,860.699826
13,475.485416
13.475485
13,756.224695
875.906552
3,368.871354
18,001.002601
15,103.331488
2,897.671113
7,350.259113
0.700673
0.524522
5.212231
Mechelen
Mechelen
89,655
2
79,923.017242
63,938.413794
22,378.444828
111,892.224139
7,832.45569
13,427.066897
13.427067
13,706.797457
872.759348
3,356.766724
17,936.32353
14,911.102485
3,025.221045
8,536.817592
0.200059
0.149764
4.92893
Brasschaat
Brasschaat
38,416
2
79,043.13036
63,234.504288
22,132.076501
110,660.382504
7,746.226775
13,279.2459
13.279246
13,555.896857
863.150984
3,319.811475
17,738.859315
15,012.296589
2,726.562726
9,213.963821
0.461757
0.34567
5.505942
Zemst
Zemst
23,369
1
78,214.194928
62,571.355942
21,899.97458
109,499.872899
7,664.991103
13,139.984748
13.139985
13,413.73443
854.099009
3,284.996187
17,552.829626
14,382.078561
3,170.751065
9,423.887
0.751116
0.562283
4.535859
Nieuwpoort
Nieuwpoort
11,399
4
76,160.946468
60,928.757174
21,325.065011
106,625.325055
7,463.772754
12,795.039007
12.795039
13,061.602319
831.677535
3,198.759752
17,092.039606
12,061.666879
5,030.372728
6,330.67194
1.499433
1.12247
2.397768
Tienen
Tienen
36,890
3
71,308.240184
57,046.592147
19,966.307252
99,831.536258
6,988.207538
11,979.784351
11.979784
12,229.363192
778.685983
2,994.946088
16,002.995262
12,995.217064
3,007.778198
7,068.295235
0.433803
0.324743
4.320537
Aalst
Aalst
92,131
3
62,637.287498
50,109.829998
17,538.440499
87,692.202497
6,138.454175
10,523.0643
10.523064
10,742.294806
683.999179
2,630.766075
14,057.06006
11,499.037242
2,558.022819
7,163.386872
0.152577
0.114218
4.495283
Oostende
Oostende
72,817
2
57,426.422182
45,941.137745
16,079.398211
80,396.991054
5,627.789374
9,647.638927
9.647639
9,848.631404
627.09653
2,411.909732
12,887.637666
10,541.056726
2,346.58094
6,269.591871
0.176987
0.132492
4.492092
Herentals
Herentals
29,001
2
55,339.541439
44,271.633151
15,495.071603
77,475.358014
5,423.275061
9,297.042962
9.297043
9,490.731357
604.307793
2,324.26074
12,419.29989
10,244.00167
2,175.298219
5,077.148768
0.428237
0.320577
4.70924
Zaventem
Zaventem
37,271
2
44,035.888669
35,228.710936
12,330.048827
61,650.244137
4,315.51709
7,398.029296
7.398029
7,552.154907
480.871904
1,849.507324
9,882.534135
8,162.208194
1,720.325941
5,521.203232
0.265153
0.198493
4.744571
Wervik
Wervik
19,207
2
40,931.192687
32,744.95415
11,460.733952
57,303.669762
4,011.256883
6,876.440371
6.87644
7,019.699546
446.968624
1,719.110093
9,185.778263
7,660.06504
1,525.713223
4,801.134534
0.478252
0.358017
5.020645
Evergem
Evergem
37,254
2
35,377.19639
28,301.757112
9,905.614989
49,528.074945
3,466.965246
5,943.368993
5.943369
6,067.189181
386.318985
1,485.842248
7,939.350414
6,990.464827
948.885587
4,160.379417
0.213114
0.159536
7.367026
Heist-op-den-Berg
Heist-op-den-Berg
44,723
2
34,944.022238
27,955.21779
9,784.326227
48,921.631133
3,424.514179
5,870.595736
5.870596
5,992.899814
381.588723
1,467.648934
7,842.137471
6,808.592052
1,033.545419
4,086.564362
0.175349
0.131266
6.587608
Aarschot
Aarschot
31,514
1
31,599.034174
25,279.227339
8,847.729569
44,238.647844
3,096.705349
5,308.637741
5.308638
5,419.234361
345.061453
1,327.159435
7,091.455249
6,008.208199
1,083.24705
3,620.038698
0.225026
0.168453
5.54648
Beveren
Beveren-Kruibeke-Zwijndrecht
87,927
2
30,044.0734
24,035.25872
8,412.340552
42,061.70276
2,944.319193
5,047.404331
5.047404
5,152.558588
328.081282
1,261.851083
6,742.490952
5,552.040231
1,190.450721
3,165.914102
0.076683
0.057404
4.663814
Geel
Geel
42,427
2
29,900.783053
23,920.626442
8,372.219255
41,861.096274
2,930.276739
5,023.331553
5.023332
5,127.984294
326.516551
1,255.832888
6,710.333733
5,728.263372
982.07036
3,170.715762
0.158162
0.118399
5.832844
Dessel
Dessel
10,076
2
27,855.684118
22,284.547294
7,799.591553
38,997.957765
2,729.857044
4,679.754932
4.679755
4,777.249826
304.184071
1,169.938733
6,251.37263
5,271.476202
979.896428
3,127.635069
0.620422
0.464446
5.379626
Aalter
Aalter
29,830
1
26,415.232948
21,132.186359
7,396.265226
36,981.326128
2,588.692829
4,437.759135
4.437759
4,530.212451
288.454344
1,109.439784
5,928.106578
4,921.861422
1,006.245156
2,925.782371
0.19873
0.148768
4.891314
Nijlen
Nijlen
23,747
2
24,807.221418
19,845.777134
6,946.021997
34,730.109985
2,431.107699
4,167.613198
4.167613
4,254.438473
270.894858
1,041.9033
5,567.236631
4,602.231887
965.004743
2,599.688823
0.23444
0.175501
4.769129
Kampenhout
Kampenhout
12,606
2
24,554.688519
19,643.750815
6,875.312785
34,376.563926
2,406.359475
4,125.187671
4.125188
4,211.129081
268.137199
1,031.296918
5,510.563197
4,506.299046
1,004.264152
2,680.311133
0.437138
0.32724
4.487165
Lokeren
Lokeren
50,606
2
24,257.037193
19,405.629754
6,791.970414
33,959.85207
2,377.189645
4,075.182248
4.075182
4,160.081879
264.886846
1,018.795562
5,443.764287
4,458.948683
984.815604
2,589.036994
0.107572
0.080528
4.527699
Kraainem
Kraainem
13,940
1
23,184.189535
18,547.351628
6,491.57307
32,457.865349
2,272.050574
3,894.943842
3.894944
3,976.088505
253.17135
973.73596
5,202.995815
3,723.795284
1,479.200532
2,629.459493
0.373242
0.279408
2.517438
Herk-de-Stad
Herk-de-Stad
12,927
2
22,055.434454
17,644.347563
6,175.521647
30,877.608235
2,161.432576
3,705.312988
3.705313
3,782.507009
240.845344
926.328247
4,949.6806
3,974.192129
975.488472
2,440.398065
0.382895
0.286634
4.074053
District Leuven
Leuven
104,906
3
21,628.558875
17,302.8471
6,055.996485
30,279.982425
2,119.59877
3,633.597891
3.633598
3,709.297847
236.183863
908.399473
4,853.881183
3,735.630204
1,118.250979
2,459.62592
0.046269
0.034637
3.340601
End of preview.

No dataset card yet

Downloads last month
26