saturn

/home/coolhand/html/datavis/data_trove/data/quirky/tornadoes.json 70,022 rows sample n=70,022 seed 42 2026-06-22T00:44:20+00:00

Overview

Source/home/coolhand/html/datavis/data_trove/data/quirky/tornadoes.json
Total rows70,022
Profiled sample70,022
Columns13
Generated2026-06-22T00:44:20+00:00
Show data table
Per-column null rate across the corpus.
columnkindnull %
datetext0.0%
timetext0.0%
statecategorical0.0%
magcategorical0.0%
injuriescategorical0.0%
fatalitiescategorical0.0%
losstext0.0%
slatnumeric0.0%
slonnumeric0.0%
elatnumeric37.6%
elonnumeric37.6%
lentext0.0%
widcategorical0.0%

Insights opt-in

Model-generated narrative. These are opinions, not facts — the stats below are what saturn measured. Generated by: anthropic:default.

Dataset high anthropic:default

This dataset contains 70,022 tornado records across the United States, with attributes covering location, timing, magnitude, path dimensions, and human impact. Texas dominates with 9,345 events, and the classic 'Tornado Alley' states (TX, KS, OK, NE, IA) together account for a large share of all records. Magnitude is worth close inspection: nearly half of all tornadoes are rated 0 (the weakest EF/F scale), and only 59 reach magnitude 5, suggesting a steep severity distribution. Human cost is highly skewed — 97.7% of events report zero fatalities, but the long tail of deadly events (including multi-fatality outbreaks) and the April 27, 2011 date appearing most frequently (207 records) point to a handful of catastrophic outbreak days that deserve focused analysis.

date high anthropic:default

This column contains ISO-8601 calendar dates stored as text strings, all exactly 10 characters long (YYYY-MM-DD format) with zero nulls across 70,022 rows. The 'allcaps' alert is a quirk of the profiler treating hyphenated tokens as uppercase-only, not a real data issue. What is notable is the high duplicate rate of 81.9% (57,383 duplicates) across only 12,639 unique dates, meaning many records share the same date — the top value '2011-04-27' appears 207 times — suggesting this is an event or transaction date that clusters around specific calendar days rather than a unique record timestamp.

len high anthropic:default

This column named 'len' stores numeric measurements encoded as text strings — almost certainly a length or dosage/quantity field stored in the wrong dtype. All 70,022 values are single 'words' in all-caps classification, with values like '0.1', '0.5', '1.0', '2.0' dominating the top entries and a character length range of 3–8. The duplicate rate is extremely high at 94.8% (66,359 duplicates across only 3,663 unique values), which is expected for a bounded numeric measure but confirms this should be cast to float and treated as a continuous feature rather than a categorical label.

loss high anthropic:default

This column contains numeric loss values stored as text strings — all single-token entries (one_word_rate: 1.0) with a mean length of ~3.18 characters, dominated by small non-negative numbers like '0.0', '4.0', '5.0'. The 92.5% allcaps rate is a misleading artefact of how saturn classifies short numeric strings. Notably, '0.0' and '0' appear as separate tokens (22764 and 5248 occurrences respectively), indicating inconsistent serialization of the same underlying zero value — an analyst should consolidate these before use. The duplicate rate is 98.5%, reflecting a low-cardinality numeric range across 70022 rows with only 1019 unique string representations.

time high anthropic:default

This column contains wall-clock time strings in HH:MM:SS format (all values are exactly 8 characters), representing the time-of-day component of some event or record. With only 1,438 unique values across 70,022 rows, the duplicate rate is extremely high at 97.9%, indicating times are heavily reused — the top values cluster tightly around afternoon/evening hours (14:00–19:00), suggesting a business or scheduling context with strong temporal patterns. The column is stored as text despite being a structured time value, so it should be parsed to a proper time type for any downstream use.

elat high anthropic:default

This column almost certainly represents geographic latitude in decimal degrees, with values ranging from 17.72° to 61.02° — consistent with locations spanning from the southern US/Mexico border region up through Canada or northern Europe. The distribution is strikingly symmetric (skew 0.034, kurtosis -0.41) and tightly clustered around a mean of 37.26° with an IQR of 7.42°, suggesting a geographically focused dataset. The most notable concern is a 37.65% null rate, flagged as an alert, meaning over a third of records lack coordinate data. Only 78 outliers (0.18%) exist at the extremes of the range.

elon high anthropic:default

This column almost certainly represents **longitude** (Eastern longitude or a signed longitude coordinate), given the name 'elon' and values ranging from -163.53 to -64.72 — a range consistent with the Western Hemisphere (roughly spanning the Americas). The mean of -92.19 and median of -92.47 suggest a central tendency near the US Gulf Coast/Central America region. Two analyst-worthy surprises: the null rate is high at 37.65%, triggering an alert, and the max value of -64.72 is the least-negative (easternmost) point while min of -163.53 is near Alaska/Pacific Islands — indicating wide geographic spread.

fatalities high anthropic:default

This column represents a count of fatalities per incident, stored as a categorical type despite being numeric in nature — it should be treated as an ordinal or integer feature. The dominant value is '0' (68,423 out of 70,022 rows, or 97.7%), making this severely right-skewed and triggering an imbalance alert. Cardinality reaches 50 distinct values with extremely low entropy (0.217, entropy ratio 0.039), confirming that the non-zero tail is sparse and long. Analysts modelling rare fatal events should be aware that the positive class represents fewer than 2.3% of records.

slat high anthropic:default

This column almost certainly represents geographic latitude in decimal degrees, with values ranging from 17.72° to 61.02° — consistent with locations spanning from the Caribbean/Mexico up through Canada, covering the contiguous United States and beyond. The distribution is remarkably symmetric (skew 0.038, kurtosis -0.582) and tightly clustered around a mean of 37.14° with an IQR of 7.74°, suggesting a dataset dominated by mid-latitude U.S. locations. Only 70 outliers (0.1%) exist, likely extreme northern or southern observations, and there are no nulls.

slon high anthropic:default

This column contains geographic longitude values, almost certainly representing the longitude of seismic event epicenters (suggested by the 'slon' name, likely 'station longitude' or 'source longitude'). All values are negative, ranging from -163.53 to -64.72, which places observations within the Western Hemisphere — consistent with the Americas or Pacific region. The mean of -92.74 and median of -93.50 suggest a concentration around the Gulf of Mexico / Central America corridor. With 17,912 unique values across 70,022 rows and zero nulls, this is a continuous geographic coordinate with mild repetition (e.g., fixed station locations), and 951 outliers (~1.36%) may represent distant events or data entry anomalies worth inspecting.

injuries high anthropic:default

This column represents a count of injuries per record, stored as a categorical type despite being fundamentally numeric. The distribution is extremely right-skewed: 88.8% of the 70,022 records have zero injuries, and counts drop off sharply thereafter, yet the column exhibits 209 unique values suggesting some very high injury counts exist in the tail. The low entropy ratio (0.123) confirms the near-degenerate concentration on '0', and the presence of non-contiguous values (e.g., '10' appearing before lower counts drop out of the top 10) hints at a long, sparse tail.

mag high anthropic:default

This column represents a magnitude or severity level encoded as a small integer, with 7 distinct values spanning -9 to 5. The dominant value is '0' (46% of rows, 32,218 records), followed by '1' and '2', giving a right-skewed ordinal distribution. The value '-9' appearing 1,024 times is a sentinel or sentinel-coded missing/unknown value rather than a true negative magnitude, which would surprise an analyst expecting a clean ordinal scale. The column is stored as categorical despite being numerically interpretable.

state high anthropic:default

This column contains US state abbreviations, with 53 distinct values (50 states plus likely DC, Puerto Rico, and one other territory) and zero nulls across 70,022 rows. Texas dominates at 13.3% (9,345 rows), and the top 10 are heavily skewed toward Great Plains and Southern states (KS, OK, NE, IA, MS, AL), which is surprising for a national dataset and may indicate agricultural or livestock-sector data. The entropy ratio of 0.847 indicates reasonably broad coverage, but the concentration in TX/KS/OK/NE/IA suggests a non-representative geographic distribution.

wid medium anthropic:default

This column ('wid') appears to be a numeric width or weight identifier encoded as a categorical, with only 419 distinct values across 70,022 rows. All observed top values are round numbers (10, 50, 100, 30, 20, 200, 25, 150, 40, 75), strongly suggesting a discrete measurement dimension — likely a product width, bin size, or weight class. The distribution is notably skewed: value '10' alone accounts for 20.6% of all rows (14,417 occurrences), with a steep drop-off thereafter, indicating heavy concentration at the smallest value.

Numeric correlation

Show data table
Pearson correlation across 4 numeric columns (values clipped to 2 decimals).
slatslonelatelon
slat+1.00-0.17-0.02-0.03
slon-0.17+1.00-0.04-0.04
elat-0.02-0.04+1.00-0.16
elon-0.03-0.04-0.16+1.00

date text

100.0% rows are a single word 100.0% rows are all-caps 95th-percentile length under 20 chars 81.9% duplicate strings
rows70,022
null0 (0.0%)
unique12,639
len_min10
len_max10
len_mean10.000
len_median10.000
len_p9510.000
word_mean1.000
word_median1.000
n_empty0
n_duplicates57,383
duplicate_rate0.819
vocab_size7,831
readability_flesch_mean121.220
emoji_rate0.000
url_rate0.000
one_word_rate1.000
allcaps_rate1.000
boilerplate_rate0.000
Show data table
Character-length distribution for date (mean: 10.0).
charscount
10 – 100
10 – 100
10 – 100
10 – 100
10 – 100
10 – 100
10 – 100
10 – 100
10 – 100
10 – 100
10 – 100
10 – 100
10 – 100
10 – 100
10 – 100
10 – 100
10 – 100
10 – 100
10 – 100
10 – 100
10 – 1070022
10 – 100
10 – 100
10 – 100
10 – 100
10 – 100
10 – 100
10 – 100
10 – 100
10 – 100
10 – 100
10 – 100
10 – 100
10 – 100
10 – 100
10 – 100
10 – 100
10 – 100
10 – 100
10 – 100
Sample values (first 10)
  1. 1950-05-16
  2. 2009-06-27
  3. 2016-05-26
  4. 2013-06-21
  5. 1990-09-09
  6. 2022-04-05
  7. 1991-08-15
  8. 2018-04-15
  9. 2013-07-01
  10. 1956-04-03

time text

100.0% rows are a single word 100.0% rows are all-caps 95th-percentile length under 20 chars 97.9% duplicate strings
rows70,022
null0 (0.0%)
unique1,438
len_min8
len_max8
len_mean8.000
len_median8.000
len_p958.000
word_mean1.000
word_median1.000
n_empty0
n_duplicates68,584
duplicate_rate0.979
vocab_size1,352
readability_flesch_mean121.220
emoji_rate0.000
url_rate0.000
one_word_rate1.000
allcaps_rate1.000
boilerplate_rate0.000
Show data table
Character-length distribution for time (mean: 8.0).
charscount
8 – 80
8 – 80
8 – 80
8 – 80
8 – 80
8 – 80
8 – 80
8 – 80
8 – 80
8 – 80
8 – 80
8 – 80
8 – 80
8 – 80
8 – 80
8 – 80
8 – 80
8 – 80
8 – 80
8 – 80
8 – 870022
8 – 80
8 – 80
8 – 80
8 – 80
8 – 80
8 – 80
8 – 80
8 – 80
8 – 80
8 – 80
8 – 80
8 – 80
8 – 80
8 – 80
8 – 80
8 – 80
8 – 80
8 – 80
8 – 80
Sample values (first 10)
  1. 18:00:00
  2. 13:55:00
  3. 19:01:00
  4. 12:58:00
  5. 14:45:00
  6. 07:14:00
  7. 15:35:00
  8. 16:56:00
  9. 18:41:00
  10. 19:45:00

state categorical

rows70,022
null0 (0.0%)
unique53
top_valueTX
top_rate0.133
cardinality53
entropy4.851
entropy_ratio0.847
Show data table
Top values for state (20 unique shown, of 53 total).
valuecountshare
TX934513.3%
KS44746.4%
OK42216.0%
FL36205.2%
NE30564.4%
IA28874.1%
IL28354.0%
MS26573.8%
AL25293.6%
MO24623.5%
CO24253.5%
LA23053.3%
MN21183.0%
AR19812.8%
SD19172.7%
GA18982.7%
ND16402.3%
IN16102.3%
WI15152.2%
NC14722.1%
Top values (rank 1–20)
  1. TX — 9,345
  2. KS — 4,474
  3. OK — 4,221
  4. FL — 3,620
  5. NE — 3,056
  6. IA — 2,887
  7. IL — 2,835
  8. MS — 2,657
  9. AL — 2,529
  10. MO — 2,462
  11. CO — 2,425
  12. LA — 2,305
  13. MN — 2,118
  14. AR — 1,981
  15. SD — 1,917
  16. GA — 1,898
  17. ND — 1,640
  18. IN — 1,610
  19. WI — 1,515
  20. NC — 1,472

mag categorical

rows70,022
null0 (0.0%)
unique7
top_value0
top_rate0.460
cardinality7
entropy1.772
entropy_ratio0.631
Show data table
Top values for mag (7 unique shown, of 7 total).
valuecountshare
03221846.0%
12378234.0%
2976713.9%
325853.7%
-910241.5%
45870.8%
5590.1%
Top values (rank 1–20)
  1. 0 — 32,218
  2. 1 — 23,782
  3. 2 — 9,767
  4. 3 — 2,585
  5. -9 — 1,024
  6. 4 — 587
  7. 5 — 59

injuries categorical

rows70,022
null0 (0.0%)
unique209
top_value0
top_rate0.888
cardinality209
entropy0.945
entropy_ratio0.123
Show data table
Top values for injuries (20 unique shown, of 209 total).
valuecountshare
06217788.8%
124803.5%
213882.0%
37701.1%
44840.7%
53850.5%
63000.4%
71940.3%
81710.2%
101410.2%
121200.2%
91170.2%
11800.1%
20710.1%
15690.1%
13660.1%
14550.1%
30460.1%
25440.1%
16430.1%
Top values (rank 1–20)
  1. 0 — 62,177
  2. 1 — 2,480
  3. 2 — 1,388
  4. 3 — 770
  5. 4 — 484
  6. 5 — 385
  7. 6 — 300
  8. 7 — 194
  9. 8 — 171
  10. 10 — 141
  11. 12 — 120
  12. 9 — 117
  13. 11 — 80
  14. 20 — 71
  15. 15 — 69
  16. 13 — 66
  17. 14 — 55
  18. 30 — 46
  19. 25 — 44
  20. 16 — 43

fatalities categorical

top value is 97.7% of rows
rows70,022
null0 (0.0%)
unique50
top_value0
top_rate0.977
cardinality50
entropy0.217
entropy_ratio0.039
Show data table
Top values for fatalities (20 unique shown, of 50 total).
valuecountshare
06842397.7%
18301.2%
22770.4%
31340.2%
4770.1%
5460.1%
6450.1%
7320.0%
9150.0%
10150.0%
11140.0%
8130.0%
16120.0%
1380.0%
1770.0%
1860.0%
2160.0%
1260.0%
2250.0%
2540.0%
Top values (rank 1–20)
  1. 0 — 68,423
  2. 1 — 830
  3. 2 — 277
  4. 3 — 134
  5. 4 — 77
  6. 5 — 46
  7. 6 — 45
  8. 7 — 32
  9. 9 — 15
  10. 10 — 15
  11. 11 — 14
  12. 8 — 13
  13. 16 — 12
  14. 13 — 8
  15. 17 — 7
  16. 18 — 6
  17. 21 — 6
  18. 12 — 6
  19. 22 — 5
  20. 25 — 4

loss text

100.0% rows are a single word 92.5% rows are all-caps 95th-percentile length under 20 chars 98.5% duplicate strings
rows70,022
null0 (0.0%)
unique1,019
len_min1
len_max10
len_mean3.181
len_median3.000
len_p955.000
word_mean1.000
word_median1.000
n_empty0
n_duplicates69,003
duplicate_rate0.985
vocab_size503
readability_flesch_mean121.220
emoji_rate0.000
url_rate0.000
one_word_rate1.000
allcaps_rate0.925
boilerplate_rate0.000
Show data table
Character-length distribution for loss (mean: 3.1810716631915685).
charscount
1 – 15248
1 – 10
1 – 20
2 – 20
2 – 20
2 – 20
2 – 30
3 – 30
3 – 350873
3 – 30
3 – 30
3 – 40
4 – 40
4 – 47040
4 – 40
4 – 50
5 – 50
5 – 54912
5 – 50
5 – 60
6 – 60
6 – 60
6 – 61581
6 – 60
6 – 70
7 – 70
7 – 7292
7 – 70
7 – 80
8 – 80
8 – 80
8 – 858
8 – 80
8 – 90
9 – 90
9 – 916
9 – 90
9 – 100
10 – 100
10 – 102
Sample values (first 10)
  1. 3.0
  2. 0.0
  3. 0
  4. 0.0
  5. 3.0
  6. 0
  7. 5.0
  8. 100000
  9. 0.0
  10. 4.0

slat numeric

rows70,022
null0 (0.0%)
unique16,016
min17.721
max61.020
mean37.137
median37.025
std5.090
q133.190
q340.930
iqr7.740
skew0.038
kurtosis-0.582
n_outliers70
outlier_rate1.00e-03
zero_rate0.000
Show data table
Histogram bins for slat (median: 37.02505).
bincount
17.72 – 18.833
18.8 – 19.896
19.89 – 20.978
20.97 – 22.0526
22.05 – 23.131
23.13 – 24.220
24.22 – 25.376
25.3 – 26.38487
26.38 – 27.46748
27.46 – 28.551225
28.55 – 29.631468
29.63 – 30.713607
30.71 – 31.793441
31.79 – 32.885003
32.88 – 33.964775
33.96 – 35.045392
35.04 – 36.125164
36.12 – 37.214268
37.21 – 38.294028
38.29 – 39.374807
39.37 – 40.455498
40.45 – 41.545313
41.54 – 42.623995
42.62 – 43.73396
43.7 – 44.782407
44.78 – 45.871720
45.87 – 46.951257
46.95 – 48.031114
48.03 – 49.11754
49.11 – 50.21
50.2 – 51.280
51.28 – 52.360
52.36 – 53.440
53.44 – 54.530
54.53 – 55.611
55.61 – 56.690
56.69 – 57.770
57.77 – 58.860
58.86 – 59.941
59.94 – 61.022

slon numeric

rows70,022
null0 (0.0%)
unique17,912
min-163.530
max-64.715
mean-92.738
median-93.500
std8.677
q1-98.400
q3-86.691
iqr11.709
skew-0.323
kurtosis2.156
n_outliers951
outlier_rate0.014
zero_rate0.000
Show data table
Histogram bins for slon (median: -93.5).
bincount
-163.5 – -161.12
-161.1 – -158.69
-158.6 – -156.125
-156.1 – -153.68
-153.6 – -151.20
-151.2 – -148.70
-148.7 – -146.20
-146.2 – -143.81
-143.8 – -141.30
-141.3 – -138.80
-138.8 – -136.40
-136.4 – -133.90
-133.9 – -131.40
-131.4 – -128.90
-128.9 – -126.50
-126.5 – -12415
-124 – -121.5231
-121.5 – -119.1241
-119.1 – -116.6282
-116.6 – -114.1174
-114.1 – -111.7399
-111.7 – -109.2323
-109.2 – -106.7325
-106.7 – -104.21782
-104.2 – -101.84689
-101.8 – -99.36094
-99.3 – -96.839665
-96.83 – -94.368344
-94.36 – -91.896626
-91.89 – -89.426618
-89.42 – -86.956086
-86.95 – -84.485361
-84.48 – -82.014363
-82.01 – -79.543931
-79.54 – -77.071885
-77.07 – -74.61618
-74.6 – -72.13541
-72.13 – -69.66285
-69.66 – -67.1971
-67.19 – -64.7228

elat numeric

37.6% null
rows70,022
null26,363 (37.6%)
unique16,965
min17.721
max61.020
mean37.262
median37.131
std4.942
q133.490
q340.910
iqr7.420
skew0.034
kurtosis-0.409
n_outliers78
outlier_rate1.79e-03
zero_rate0.000
Show data table
Histogram bins for elat (median: 37.1309).
bincount
17.72 – 18.833
18.8 – 19.896
19.89 – 20.978
20.97 – 22.0526
22.05 – 23.131
23.13 – 24.220
24.22 – 25.341
25.3 – 26.38262
26.38 – 27.46369
27.46 – 28.55534
28.55 – 29.63668
29.63 – 30.711952
30.71 – 31.792190
31.79 – 32.883083
32.88 – 33.963018
33.96 – 35.043496
35.04 – 36.123427
36.12 – 37.212899
37.21 – 38.292790
38.29 – 39.373133
39.37 – 40.453414
40.45 – 41.543272
41.54 – 42.622540
42.62 – 43.72078
43.7 – 44.781428
44.78 – 45.871122
45.87 – 46.95745
46.95 – 48.03676
48.03 – 49.11443
49.11 – 50.21
50.2 – 51.280
51.28 – 52.360
52.36 – 53.440
53.44 – 54.530
54.53 – 55.611
55.61 – 56.690
56.69 – 57.770
57.77 – 58.860
58.86 – 59.941
59.94 – 61.022

elon numeric

37.6% null
rows70,022
null26,363 (37.6%)
unique18,586
min-163.530
max-64.715
mean-92.193
median-92.470
std8.545
q1-97.730
q3-86.470
iqr11.260
skew-0.595
kurtosis3.766
n_outliers647
outlier_rate0.015
zero_rate0.000
Show data table
Histogram bins for elon (median: -92.47).
bincount
-163.5 – -161.12
-161.1 – -158.69
-158.6 – -156.125
-156.1 – -153.68
-153.6 – -151.20
-151.2 – -148.70
-148.7 – -146.20
-146.2 – -143.81
-143.8 – -141.30
-141.3 – -138.80
-138.8 – -136.40
-136.4 – -133.90
-133.9 – -131.40
-131.4 – -128.90
-128.9 – -126.50
-126.5 – -1248
-124 – -121.5157
-121.5 – -119.1158
-119.1 – -116.6142
-116.6 – -114.182
-114.1 – -111.7173
-111.7 – -109.2176
-109.2 – -106.7177
-106.7 – -104.2774
-104.2 – -101.82464
-101.8 – -99.33415
-99.3 – -96.835507
-96.83 – -94.365157
-94.36 – -91.894463
-91.89 – -89.424668
-89.42 – -86.954417
-86.95 – -84.483706
-84.48 – -82.012739
-82.01 – -79.542302
-79.54 – -77.071344
-77.07 – -74.61056
-74.6 – -72.13303
-72.13 – -69.66152
-69.66 – -67.1947
-67.19 – -64.7227

len text

100.0% rows are a single word 100.0% rows are all-caps 95th-percentile length under 20 chars 94.8% duplicate strings
rows70,022
null0 (0.0%)
unique3,663
len_min3
len_max8
len_mean3.626
len_median3.000
len_p956.000
word_mean1.000
word_median1.000
n_empty0
n_duplicates66,359
duplicate_rate0.948
vocab_size2,204
readability_flesch_mean121.220
emoji_rate0.000
url_rate0.000
one_word_rate1.000
allcaps_rate1.000
boilerplate_rate0.000
Show data table
Character-length distribution for len (mean: 3.6255462568906913).
charscount
3 – 347630
3 – 30
3 – 30
3 – 40
4 – 40
4 – 40
4 – 40
4 – 40
4 – 411687
4 – 40
4 – 40
4 – 40
4 – 50
5 – 50
5 – 50
5 – 50
5 – 5795
5 – 50
5 – 50
5 – 60
6 – 60
6 – 60
6 – 60
6 – 60
6 – 69118
6 – 60
6 – 60
6 – 60
6 – 70
7 – 70
7 – 70
7 – 70
7 – 7789
7 – 70
7 – 70
7 – 80
8 – 80
8 – 80
8 – 80
8 – 83
Sample values (first 10)
  1. 0.2
  2. 0.22
  3. 5.4400
  4. 0.21
  5. 0.3
  6. 2.2100
  7. 0.8
  8. 1.7000
  9. 0.8
  10. 0.2

wid categorical

rows70,022
null0 (0.0%)
unique419
top_value10
top_rate0.206
cardinality419
entropy4.463
entropy_ratio0.512
Show data table
Top values for wid (20 unique shown, of 419 total).
valuecountshare
101441720.6%
501036614.8%
100706710.1%
3047726.8%
2043686.2%
20029464.2%
2524523.5%
15021013.0%
4019672.8%
7519062.7%
30014302.0%
3311601.7%
1710371.5%
4009441.3%
238121.2%
2507651.1%
607371.1%
4406771.0%
5006360.9%
805730.8%
Top values (rank 1–20)
  1. 10 — 14,417
  2. 50 — 10,366
  3. 100 — 7,067
  4. 30 — 4,772
  5. 20 — 4,368
  6. 200 — 2,946
  7. 25 — 2,452
  8. 150 — 2,101
  9. 40 — 1,967
  10. 75 — 1,906
  11. 300 — 1,430
  12. 33 — 1,160
  13. 17 — 1,037
  14. 400 — 944
  15. 23 — 812
  16. 250 — 765
  17. 60 — 737
  18. 440 — 677
  19. 500 — 636
  20. 80 — 573