Oil And Gas Annual Production: Beginning 2001
This dataset contains annual production info of oil and gas wells in New York
@kaggle.aravindpcoder_oil_and_gas_annual_production_beginning_2001
This dataset contains annual production info of oil and gas wells in New York
@kaggle.aravindpcoder_oil_and_gas_annual_production_beginning_2001
CREATE TABLE oil_and_gas_annual_production_beginning_2001_1 (
"api_well_number" BIGINT,
"county" VARCHAR,
"company_name" VARCHAR,
"api_hole_number" DOUBLE,
"sidetrack_code" DOUBLE,
"completion_code" DOUBLE,
"well_type_code" VARCHAR,
"production_field" VARCHAR,
"well_status_code" VARCHAR,
"well_name" VARCHAR,
"town" VARCHAR,
"producing_formation" VARCHAR,
"months_in_production" DOUBLE,
"gas_produced_mcf" DOUBLE,
"water_produced_bbl" DOUBLE,
"oil_produced_bbl" DOUBLE,
"reporting_year" BIGINT,
"new_georeferenced_column" VARCHAR
);
Anyone who has the link will be able to view this.