Baselight
Login
Login

Flight Analytics Dataset

"Unveiling Insights into Air Travel Trends and Customer Behavior"

@kaggle.goyaladi_flight_dataset

Flight Data
@kaggle.goyaladi_flight_dataset.flight_data

  • 22.15 KB
  • 100 rows
  • 18 columns
departure_city

Departure City

arrival_city

Arrival City

departure_date

Departure Date

flight_duration

Flight Duration

delay_minutes

Delay Minutes

customer_id

Customer ID

name

Name

booking_class

Booking Class

frequent_flyer_status

Frequent Flyer Status

route

Route

ticket_price

Ticket Price

competitor_price

Competitor Price

demand

Demand

origin

Origin

destination

Destination

profitability

Profitability

loyalty_points

Loyalty Points

churned

Churned

WilsonstadLake JohnmouthTue May 02 2023 20:11:09 GMT+0000 (Coordinated Universal Time)1.27581045131802681203769Daniel OliverBusinessGoldMEL-BNE370.6381276565254382.9473956372815-0.9327545989981996MELLHR0.63222587065401514245true
New BrentPort WandaFri Apr 21 2023 00:10:14 GMT+0000 (Coordinated Universal Time)1.2758104513180268353529Deborah HallEconomyPlatinumBNE-SYD114.52901630896034394.5836405387877-1.005569165664726MELSIN1.26502553191557833true
South SamanthabergLake MegansideFri May 12 2023 15:16:31 GMT+0000 (Coordinated Universal Time)0.7211102550927978671303Mary YorkEconomyPlatinumMEL-BNE164.46801800255258479.832443893766651.7613843676632666MELLAX1.14165113716108712568true
Lake GracefurtJamesbergTue Jun 13 2023 20:53:09 GMT+0000 (Coordinated Universal Time)-0.9429903335828896722965Christina SanchezEconomyGoldBNE-SYD318.9031670706702286.30163231735867-0.5201387212212184MELLAX1.1292913697945646284true
OwenboroughKelleymouthMon May 15 2023 23:06:14 GMT+0000 (Coordinated Universal Time)-0.38829013735766051018779Dustin OwensEconomySilverBNE-SYD389.971051294559407.4633155191239-0.6657678545542706BNESIN1.2182392907147182805true
Lake RandylandJacquelinelandThu Jun 01 2023 07:58:06 GMT+0000 (Coordinated Universal Time)-1.497690529808119894269Nicole MoralesFirstPlatinumSYD-MEL217.4027218771268243.47675754675120.2080069454440427SYDLHR1.388120509204718645
Lake DavidshireLake ShawnWed May 03 2023 19:21:08 GMT+0000 (Coordinated Universal Time)-0.3882901373576605379375Monica MontgomeryFirstPlatinumSYD-MEL457.5739219428346192.66738382241930.6934373898875502MELLHR1.21051994772128823981
South DeborahNew KathrynburghThu May 11 2023 04:28:23 GMT+0000 (Coordinated Universal Time)0.16641005886756861175855Jason WhitakerFirstSilverMEL-BNE195.47067857949185355.5125428212916-1.6609002656634608SYDSIN0.8796406208310951371true
GregvilleEast JohnSun Jun 04 2023 05:55:27 GMT+0000 (Coordinated Universal Time)0.7211102550927978286021Michael WadeFirstPlatinumMEL-BNE334.9395556533641154.07003450863488-0.4473241545546922SYDLAX1.48347606324931161689
JosephtownPort KennethfurtThu Jun 08 2023 03:03:54 GMT+0000 (Coordinated Universal Time)1.2758104513180268473065David ClineBusinessGoldSYD-MEL145.36799902209123109.246692844509970.3536360787770949BNESIN0.9240603622078836112true

CREATE TABLE flight_data (
  "departure_city" VARCHAR,
  "arrival_city" VARCHAR,
  "departure_date" TIMESTAMP,
  "flight_duration" DOUBLE,
  "delay_minutes" BIGINT,
  "customer_id" BIGINT,
  "name" VARCHAR,
  "booking_class" VARCHAR,
  "frequent_flyer_status" VARCHAR,
  "route" VARCHAR,
  "ticket_price" DOUBLE,
  "competitor_price" DOUBLE,
  "demand" DOUBLE,
  "origin" VARCHAR,
  "destination" VARCHAR,
  "profitability" DOUBLE,
  "loyalty_points" BIGINT,
  "churned" BOOLEAN
);

Share link

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