World Airlines Traffic And Capacity
@owid.air_traffic
@owid.air_traffic
CREATE TABLE owid_air_traffic (
"country" VARCHAR,
"year" INTEGER,
"plf" FLOAT,
"aircraft_kms" BIGINT,
"asks" BIGINT,
"cargo_rtks" BIGINT,
"freight_rtks" BIGINT,
"freight_tonnes" UINTEGER,
"mail_rtks" BIGINT,
"pax" BIGINT,
"rpks" BIGINT,
"aircraft_deps" UINTEGER,
"plf_empty" FLOAT
);
Anyone who has the link will be able to view this.