Baselight

Foreign Direct Investment In India

Sector & Financial year wise time series data from 2000-2016.

@kaggle.rajanand_fdi_in_india

Loading...
Loading...

About this Dataset

Foreign Direct Investment In India

Context

To understand the Foreign direct investment in India for the last 17 years from 2000-01 to 2016-17.

Content

This dataset contains sector and financial year wise data of FDI in India.

Acknowledgements

Ministry of Commerce and Industry has published Financial Year wise FDI Equity Inflows from 2000-01 to 2016-17 dataset in Open Government Data Platform India under Govt. Open Data License - India.

Inspiration

  • How much FDI has changed over the year?
  • How much has varied since 2014 after Narendra Modi become PM of India?

Tables

Fdi In India

@kaggle.rajanand_fdi_in_india.fdi_in_india
  • 21.09 kB
  • 63 rows
  • 18 columns
Loading...
CREATE TABLE fdi_in_india (
  "sector" VARCHAR,
  "n_2000_01" DOUBLE  -- 2000-01,
  "n_2001_02" DOUBLE  -- 2001-02,
  "n_2002_03" DOUBLE  -- 2002-03,
  "n_2003_04" DOUBLE  -- 2003-04,
  "n_2004_05" DOUBLE  -- 2004-05,
  "n_2005_06" DOUBLE  -- 2005-06,
  "n_2006_07" DOUBLE  -- 2006-07,
  "n_2007_08" DOUBLE  -- 2007-08,
  "n_2008_09" DOUBLE  -- 2008-09,
  "n_2009_10" DOUBLE  -- 2009-10,
  "n_2010_11" DOUBLE  -- 2010-11,
  "n_2011_12" DOUBLE  -- 2011-12,
  "n_2012_13" DOUBLE  -- 2012-13,
  "n_2013_14" DOUBLE  -- 2013-14,
  "n_2014_15" DOUBLE  -- 2014-15,
  "n_2015_16" DOUBLE  -- 2015-16,
  "n_2016_17" DOUBLE  -- 2016-17
);

Share link

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