Baselight

Can India Achieve The Goal?

The goal of 50% non-fossil fuel energy by 2030

@kaggle.kkhandekar_can_india_achieve_the_goal

Loading...
Loading...

About this Dataset

Can India Achieve The Goal?

India's Fossil Fuel Energy Consumption (% of total) from 1971 - 2014

In reference to the news article, where Mr. Prime Minister stressed India’s aim to achieve 50% of its installed energy capacity through non-fossil fuels by 2030 in a bid to promote sustainability and reduce the country’s dependence on imported oil.

I was keen to understand if this is possible based on the current fossil fuel energy consumption.

Tables

Fossilfuelenergyconsumption India

@kaggle.kkhandekar_can_india_achieve_the_goal.fossilfuelenergyconsumption_india
  • 40.98 KB
  • 1 row
  • 64 columns
Loading...

CREATE TABLE fossilfuelenergyconsumption_india (
  "country_name" VARCHAR,
  "indicator_name" VARCHAR,
  "n_1960" BIGINT,
  "n_1961" BIGINT,
  "n_1962" BIGINT,
  "n_1963" BIGINT,
  "n_1964" BIGINT,
  "n_1965" BIGINT,
  "n_1966" BIGINT,
  "n_1967" BIGINT,
  "n_1968" BIGINT,
  "n_1969" BIGINT,
  "n_1970" BIGINT,
  "n_1971" DOUBLE,
  "n_1972" DOUBLE,
  "n_1973" DOUBLE,
  "n_1974" DOUBLE,
  "n_1975" DOUBLE,
  "n_1976" DOUBLE,
  "n_1977" DOUBLE,
  "n_1978" DOUBLE,
  "n_1979" DOUBLE,
  "n_1980" DOUBLE,
  "n_1981" DOUBLE,
  "n_1982" DOUBLE,
  "n_1983" DOUBLE,
  "n_1984" DOUBLE,
  "n_1985" DOUBLE,
  "n_1986" DOUBLE,
  "n_1987" DOUBLE,
  "n_1988" DOUBLE,
  "n_1989" DOUBLE,
  "n_1990" DOUBLE,
  "n_1991" DOUBLE,
  "n_1992" DOUBLE,
  "n_1993" DOUBLE,
  "n_1994" DOUBLE,
  "n_1995" DOUBLE,
  "n_1996" DOUBLE,
  "n_1997" DOUBLE,
  "n_1998" DOUBLE,
  "n_1999" DOUBLE,
  "n_2000" DOUBLE,
  "n_2001" DOUBLE,
  "n_2002" DOUBLE,
  "n_2003" DOUBLE,
  "n_2004" DOUBLE,
  "n_2005" DOUBLE,
  "n_2006" DOUBLE,
  "n_2007" DOUBLE,
  "n_2008" DOUBLE,
  "n_2009" DOUBLE,
  "n_2010" DOUBLE,
  "n_2011" DOUBLE,
  "n_2012" DOUBLE,
  "n_2013" DOUBLE,
  "n_2014" DOUBLE,
  "n_2015" BIGINT,
  "n_2016" BIGINT,
  "n_2017" BIGINT,
  "n_2018" BIGINT,
  "n_2019" BIGINT,
  "n_2020" BIGINT,
  "n_2021" BIGINT
);

Share link

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