lukeslp commited on
Commit
6e6bac9
·
verified ·
1 Parent(s): d332906

update airplane_crashes_metadata.json

Browse files
Files changed (1) hide show
  1. airplane_crashes_metadata.json +38 -0
airplane_crashes_metadata.json ADDED
@@ -0,0 +1,38 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "dataset_name": "Airplane Crashes and Fatalities Since 1908",
3
+ "description": "Historical record of airplane crashes and fatalities worldwide from 1908 (first recorded airplane fatality) to 2009",
4
+ "last_updated": "2026-01-21",
5
+ "source": "Kaggle (saurograndi/airplane-crashes-since-1908)",
6
+ "source_url": "https://www.kaggle.com/datasets/saurograndi/airplane-crashes-since-1908",
7
+ "license": "CC0: Public Domain",
8
+ "record_count": 5268,
9
+ "file_format": "CSV",
10
+ "file_size_mb": 1.5,
11
+ "date_range": "1908-09-17 to 2009",
12
+ "fields": {
13
+ "Date": "Date of crash (MM/DD/YYYY format)",
14
+ "Time": "Local time of crash (HH:MM format)",
15
+ "Location": "Location description (city, state/region, country)",
16
+ "Operator": "Airline or military operator",
17
+ "Flight #": "Flight number if applicable",
18
+ "Route": "Flight route",
19
+ "Type": "Aircraft type/model",
20
+ "Registration": "Aircraft registration number",
21
+ "cn/In": "Construction/serial number",
22
+ "Aboard": "Number of people aboard",
23
+ "Fatalities": "Number of fatalities",
24
+ "Ground": "Number of ground casualties",
25
+ "Summary": "Narrative description of the incident"
26
+ },
27
+ "notable_records": {
28
+ "first_fatality": "1908-09-17 - Lt. Thomas E. Selfridge, passenger in Wright Flyer III flown by Orville Wright",
29
+ "largest_single_aircraft": "1985 Japan Airlines Flight 123 - 520 fatalities"
30
+ },
31
+ "visualization_suggestions": [
32
+ "Timeline of aviation safety improvements",
33
+ "Fatalities by decade/year",
34
+ "Geographic distribution of crashes",
35
+ "Operator/airline safety comparison",
36
+ "Aircraft type vulnerability analysis"
37
+ ]
38
+ }