Solar Power By Country
Solar power by country from 2016-2020
@kaggle.prasertk_solar_power_by_country
Solar power by country from 2016-2020
@kaggle.prasertk_solar_power_by_country
CREATE TABLE solar_power_by_country (
"country_or_territory" VARCHAR,
"n_2016_new" DOUBLE,
"n_2016_total" DOUBLE,
"n_2017_new" DOUBLE,
"n_2017_total" DOUBLE,
"n_2018_new" DOUBLE,
"n_2018_total" BIGINT,
"n_2019_new" DOUBLE,
"n_2019_total" BIGINT,
"n_2020_new" DOUBLE,
"n_2020_total" BIGINT,
"w_per_capita_2019" DOUBLE,
"share_of_total_consumption" DOUBLE
);
Anyone who has the link will be able to view this.