Climate Change Dataset
"Dataset of Temperature, Emissions, and Environmental Trends (2000-2024)"
@kaggle.bhadramohit_climate_change_dataset
"Dataset of Temperature, Emissions, and Environmental Trends (2000-2024)"
@kaggle.bhadramohit_climate_change_dataset
CREATE TABLE climate_change_dataset (
"year" BIGINT,
"country" VARCHAR,
"avg_temperature_c" DOUBLE,
"co2_emissions_tons_capita" DOUBLE,
"sea_level_rise_mm" DOUBLE,
"rainfall_mm" BIGINT,
"population" BIGINT,
"renewable_energy" DOUBLE,
"extreme_weather_events" BIGINT,
"forest_area" DOUBLE
);
Anyone who has the link will be able to view this.