Baselight

Aircraft Historical Maintenance Dataset(2012-2017)

Problem and Action taken in aircraft maintenance logs for NLP

@kaggle.merishnasuwal_aircraft_historical_maintenance_dataset

Aviation Abbreviation Dataset
@kaggle.merishnasuwal_aircraft_historical_maintenance_dataset.aviation_abbreviation_dataset

  • 4.48 KB
  • 65 rows
  • 3 columns
abbriviation_code

Abbriviation Code

abbreviated

Abbreviated

standard_description

Standard Description

1001aglabove ground level
1002afairway facilities
1003almalarm
1004altalternator
1005apchapproach
1006assyassembly
1007asstassistant
1008battbattery
1009cocarbon monoxide
1010carbcarburetor

CREATE TABLE aviation_abbreviation_dataset (
  "abbriviation_code" BIGINT,
  "abbreviated" VARCHAR,
  "standard_description" VARCHAR
);

Share link

Anyone who has the link will be able to view this.