Baselight

Oil Spills

These spills are most common in marine environments but can also occur on land.

@kaggle.willianoliveiragibin_oil_spills

Operationattimeofincident1970–2022
@kaggle.willianoliveiragibin_oil_spills.operationattimeofincident1970_2022

  • 9.04 KB
  • 2 rows
  • 11 columns
country

Country

code

Code

year

Year

at_anchor_inland_operations

At Anchor (inland) Operations

bunkering_operations

Bunkering Operations

other_operations

Other Operations

underway_open_water_operations

Underway (open Water) Operations

at_anchor_open_water_operations

At Anchor (open Water) Operations

loading_discharging_operations

Loading/discharging Operations

underway_inland_operations

Underway (inland) Operations

unknown_operations

Unknown Operations

Large (>700t)20222083233104282
Medium (7-700t)202233195399764

CREATE TABLE operationattimeofincident1970_2022 (
  "country" VARCHAR,
  "code" BIGINT,
  "year" BIGINT,
  "at_anchor_inland_operations" BIGINT,
  "bunkering_operations" BIGINT,
  "other_operations" BIGINT,
  "underway_open_water_operations" BIGINT,
  "at_anchor_open_water_operations" BIGINT,
  "loading_discharging_operations" BIGINT,
  "underway_inland_operations" BIGINT,
  "unknown_operations" BIGINT
);

Share link

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