Baselight

India's State-wise Data

This datasets sourced from RBI publication in Annual report

@kaggle.gokulrajkmv_indian_statewise_data_from_rbi

Loading...
Loading...

About this Dataset

India's State-wise Data

Context

This datasets contains data from RBI which is published annually and this data has different features such as

Column names and legends

2000-01-INC = Income of each state for the year 2001
2011-12-INC = Income of each state for the year 2011

2001 - LIT = Literacy rate of each state for the year 2001
2011- LIT = Literacy rate of each state for the year 2011

2001 - POP = Total population of each state for the year 2001
2011- POP = Total population of each state for the year 2011

2001 -SEX_Ratio = Sex_Ratio of the each state for the year 2001
2011 -SEX_Ratio = Sex_Ratio of the each state for the year 2011

2001 -UNEMP = Unemployment rate of the each state for the year 2001
2011 -UNEMP = Unemployment rate of the each state for the year 2011

2001 -Poverty = Poverty rate of the each state for the year 2001
2011 -Poverty = Poverty rate of the each state for the year 2001

Unemployment Rate - for a month is calculated using the following formula: The monthly estimations for India are calculated as a ratio of the total estimated unemployed persons in India to the total estimated labor force for a month

Poverty rate = A common method used to estimate poverty in India is based on the income or consumption levels and if the income or consumption falls below a given minimum level, then the household is said to be Below the Poverty Line

state's Income measured using state domestic product - is the total value of goods and services produced during any financial year within the geographical boundaries of a state

Literacy rate - Total number of literate persons in a given age group, expressed as a percentage of the total population in that age group. The adult literacy rate measures literacy among persons aged 15 years and above, and the youth literacy rate measures literacy among persons aged 15 to 24 years

Acknowledgements

I wouldn't be here without the help of my friends and people who read this post. I owe you thanks for this research.

Inspiration

here are pretty basic question but I would high appreciate the data scientist community for any deep insight of the data in plots
Cheers!!

Objective of the study:

-Is state's income is based on the education of the state
-Does literacy rate contribute any changes to poverty rate

Source of the Datasets

datasets link

if this found useful kindly up-vote cheers!!

Tables

Rbi Data States Wise Population Income

@kaggle.gokulrajkmv_indian_statewise_data_from_rbi.rbi_data_states_wise_population_income
  • 12.3 KB
  • 32 rows
  • 13 columns
Loading...

CREATE TABLE rbi_data_states_wise_population_income (
  "states_union_territories" VARCHAR,
  "n_2000_01_inc" BIGINT,
  "n_2011_12_inc" BIGINT,
  "n_2001_lit" DOUBLE,
  "n_2011_lit" DOUBLE,
  "n_2001_pop" BIGINT,
  "n_2011_pop" BIGINT,
  "n_2001_sex_ratio" BIGINT,
  "n_2011_sex_ratio" BIGINT,
  "n_2001_unemp" BIGINT,
  "n_2011_unemp" BIGINT,
  "n_2001_poverty" DOUBLE,
  "n_2011_poverty" DOUBLE
);

Share link

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