Shipping Ports Around The World
Dataset containing useful data of 450+ ports around the world
@kaggle.sanjeetsinghnaik_ship_ports
Dataset containing useful data of 450+ ports around the world
@kaggle.sanjeetsinghnaik_ship_ports
CREATE TABLE port_data (
"unnamed_0" BIGINT,
"country" VARCHAR,
"port_name" VARCHAR,
"un_code" VARCHAR,
"vessels_in_port" BIGINT,
"departures_last_24_hours" BIGINT,
"arrivals_last_24_hours" BIGINT,
"expected_arrivals" BIGINT,
"type" VARCHAR,
"area_local" VARCHAR,
"area_global" VARCHAR,
"also_known_as" VARCHAR
);
Anyone who has the link will be able to view this.