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
  • 14.27 kB
  • 80 rows
  • 13 columns
Loading...
CREATE TABLE solar_power_by_country (
  "country_or_territory" VARCHAR,
  "n_2016_new" DOUBLE  -- 2016 New,
  "n_2016_total" DOUBLE  -- 2016 Total,
  "n_2017_new" DOUBLE  -- 2017 New,
  "n_2017_total" DOUBLE  -- 2017 Total,
  "n_2018_new" DOUBLE  -- 2018 New,
  "n_2018_total" BIGINT  -- 2018 Total,
  "n_2019_new" DOUBLE  -- 2019 New,
  "n_2019_total" BIGINT  -- 2019 Total,
  "n_2020_new" DOUBLE  -- 2020 New,
  "n_2020_total" BIGINT  -- 2020 Total,
  "w_per_capita_2019" DOUBLE,
  "share_of_total_consumption" DOUBLE  -- Share Of Total Consumption %
);

Share link

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