Maryland Port Administration General Cargo
State of Maryland
@usgov.state_of_maryland_maryland_port_administration_general_cargo
State of Maryland
@usgov.state_of_maryland_maryland_port_administration_general_cargo
Maryland Port Administration General Cargo Monthly Data for the MPA's public terminals (Souce: Internal MPA data)
Organization: State of Maryland
Last updated: 2020-11-10T17:23:48.904408
Tags: auto, container, general-cargo, maryland-port-administration, mpa, port-of-baltimore, ro-ro, teu, tons
CREATE TABLE table_1 (
"month" VARCHAR,
"container_tons" BIGINT,
"auto_tons" BIGINT,
"ro_ro_tons_excl_autos" BIGINT -- Ro/Ro Tons (excl. Autos),
"forest_products_break_bulk" BIGINT -- Forest Products (Break Bulk),
"steel_other_metals_break_bulk_tons" BIGINT -- Steel & Other Metals Break Bulk Tons,
"other_break_bulk_tons" BIGINT,
"total_general_cargo_tons" BIGINT,
"import_loaded_teus" BIGINT,
"export_loaded_teus" BIGINT,
"total_loaded_teus" BIGINT,
"import_empty_teus" BIGINT,
"export_empty_teus" BIGINT,
"total_empty_teus" BIGINT,
"total_teus" BIGINT,
"total_containers" BIGINT,
"import_auto_units" BIGINT,
"export_auto_units" BIGINT,
"total_auto_units" BIGINT,
"import_ro_ro_tons" BIGINT,
"export_ro_ro_tons" BIGINT
);Anyone who has the link will be able to view this.