--- license: mit language: - en tags: - India, Economics, GDP size_categories: - n<1K --- # Indian States GDP numbers I wanted to find out how Indian states were faring since independence and if government policies and regimes have made any difference. Since I could not find any aggregate data I wanted to use a list of government documents and compile it myself by state. For the first dataset I will complile only the southern and richer northern states for comparison: - Andhra Pradesh - Telangana - Karnataka - Kerala - Maharashtra - Tamil Nadu - Gujrat - Punjab - West Bengal ## Columns in the dataset - state: State codes - start_year: Start of the assessment year - end_year: End of the assessment year - value: Value in INR Lacs - 1 Lac is 100000 INR ### Sources: - 1961 - 1984 : [https://mospi.gov.in/sites/default/files/press_releases_statements/Estimates_of_SDP_1960-61_to_1983-84.pdf](https://mospi.gov.in/sites/default/files/press_releases_statements/Estimates_of_SDP_1960-61_to_1983-84.pdf) - 1993-94 to 05-06: [https://mospi.gov.in/publication/state-domestic-product-state-series-1993-94](https://mospi.gov.in/publication/state-domestic-product-state-series-1993-94) - 1999-00 to 09-10: [https://mospi.gov.in/publication/state-domestic-product-state-series-1999-2000](https://mospi.gov.in/publication/state-domestic-product-state-series-1999-2000) - 2011-12 to 22-23: [https://mospi.gov.in/sites/default/files/press_releases_statements/State_wise_SDP_01_08_2023_Rev.xls](https://mospi.gov.in/sites/default/files/press_releases_statements/State_wise_SDP_01_08_2023_Rev.xls) ## Notes - Sometimes when there are overlapping timelines like the second source and third source have overlap from 1999-00 to 05-06 - they often have different numbers. In such a case I have considered the calculation done at a later stage considering that is has been updated recently.