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
  • 20.6 KB
  • 63 rows
  • 18 columns
Loading...

CREATE TABLE fdi_in_india (
  "sector" VARCHAR,
  "n_2000_01" DOUBLE,
  "n_2001_02" DOUBLE,
  "n_2002_03" DOUBLE,
  "n_2003_04" DOUBLE,
  "n_2004_05" DOUBLE,
  "n_2005_06" DOUBLE,
  "n_2006_07" DOUBLE,
  "n_2007_08" DOUBLE,
  "n_2008_09" DOUBLE,
  "n_2009_10" DOUBLE,
  "n_2010_11" DOUBLE,
  "n_2011_12" DOUBLE,
  "n_2012_13" DOUBLE,
  "n_2013_14" DOUBLE,
  "n_2014_15" DOUBLE,
  "n_2015_16" DOUBLE,
  "n_2016_17" DOUBLE
);

Share link

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