Baselight

Commercial Aircraft Inventory And Specs

Structured Dataset of a Data-Driven View into Commercial Aviation Fleet Characte

@kaggle.hemangkumar_commercial_aircraft_inventory_and_specs

Loading...
Loading...

About this Dataset

Commercial Aircraft Inventory And Specs

A structured dataset of commercial aircraft operated by major airlines around the world, detailing aircraft types, age, seating configuration, fuel efficiency, and registration info. Includes data from Airbus, Boeing, Embraer, and others.

Each row represents an aircraft with details such as model, registration ID, engine type, seating capacity, fuel burn, and range. Useful for aviation analytics, fuel efficiency comparison, and aircraft lifecycle studies.

🛫 Background
The commercial aviation industry relies heavily on a diverse fleet of aircraft, each with unique capabilities, capacities, and performance characteristics. Airlines around the world operate fleets that range from small, fuel-efficient regional jets to large, long-haul widebody aircraft capable of carrying hundreds of passengers across continents.

Understanding the specifications and operational status of these aircraft is essential for a wide range of use cases, including:

Assessing fuel efficiency and environmental impact

Planning for fleet upgrades and replacements

Analyzing airline operating strategies and market reach

Training machine learning models for predictive maintenance and logistics optimization

This dataset was created to consolidate publicly available aircraft data into a structured, analysis-ready format. It brings together key variables such as seating capacity, engine type, flight range, and fuel consumption — offering a clear view of the aircraft that power global commercial aviation.

Tables

Skyfleet Aircraft Dataset

@kaggle.hemangkumar_commercial_aircraft_inventory_and_specs.skyfleet_aircraft_dataset
  • 8.37 KB
  • 50 rows
  • 9 columns
Loading...

CREATE TABLE skyfleet_aircraft_dataset (
  "airline" VARCHAR,
  "aircraft_model" VARCHAR,
  "registration_id" VARCHAR,
  "year_built" BIGINT,
  "seats" BIGINT,
  "engine_type" VARCHAR,
  "range_km" BIGINT,
  "fuel_burn_l_hr" BIGINT,
  "status" VARCHAR
);

Share link

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