Baselight

Solar Power By Country

Solar power by country from 2016-2020

@kaggle.prasertk_solar_power_by_country

Loading...
Loading...

About this Dataset

Solar Power By Country

Context

New installation and total solar power capacity (MW) in each country from 2016-2020.

Acknowledgements

Data source: https://en.wikipedia.org/wiki/Solar_power_by_country

Inspiration

Forecast installed solar power capacity.

Tables

Solar Power By Country

@kaggle.prasertk_solar_power_by_country.solar_power_by_country
  • 13.94 KB
  • 80 rows
  • 13 columns
Loading...

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
);

Share link

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