statepop {mapindia} | R Documentation |
Indian Population (census and projections) by states
Description
Indian Population (census and projections) by states.
The data is formatted for easy merging with output from [mapindia::map_india()].
Usage
data(statepop)
Format
A data frame with 36 rows and 8 variables.
Details
-
code11
The 2-digit state code. -
abbr
The 2-letter state abbreviation. -
state
The full state name. -
pop_1901
The 1901 population estimate (in number of people). -
pop_1951
The 1951 population estimate (in number of people). -
pop_2011
The 2011 population estimate (in number of people). -
pop_2023
The 2023 population estimate (in number of people). -
pop_2024
The 2024 population estimate (in number of people).
[Package mapindia version 1.0.1 Index]