https://github.com/patilni3/project_sql
Data Analysis using SQL
https://github.com/patilni3/project_sql
census-data data-analysis sql
Last synced: about 2 months ago
JSON representation
Data Analysis using SQL
- Host: GitHub
- URL: https://github.com/patilni3/project_sql
- Owner: PatilNi3
- Created: 2022-11-11T08:35:37.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-11-11T15:38:31.000Z (over 2 years ago)
- Last Synced: 2025-02-08T23:27:09.423Z (3 months ago)
- Topics: census-data, data-analysis, sql
- Homepage:
- Size: 3.91 KB
- Stars: 5
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# PROJECT_SQL
Data Analysis using SQLAnalysis on Indian Census Data 2011.
## Data collected from:
○ https://www.youtube.com/redirect?event=video_description&redir_token=QUFFLUhqblRYMldKX1RCVkxlcWJQc1ctVktyNDBKZHpPUXxBQ3Jtc0trX0dseERhcEt4ODF1THFiWG5pQ21yY3Z2RG56TkIybm9qbTYzTm5TMEk0X3BQNWRiQnZsOWN2TXNyWHN6RzJ4b1dUb1Z3RVFNcmVUNXdUUVFFY1FvQ1p0dVNGZHVISllveTdsZ2M5cllwZEt2bTRFMA&q=https%3A%2F%2Fwww.census2011.co.in%2Fdistrict.php&v=I3YvjFfn478○ https://www.youtube.com/redirect?event=video_description&redir_token=QUFFLUhqazlXaWZhMDVUZGdaUVJ5c1NTaGVZaWg3SEc5Z3xBQ3Jtc0trTXRYVWdncy1zR1JIOEFhZnpDU0dReTNfaFZPS1ByX1g0WTRtSVZDWjgySjloNGVwLVV6bXM4bGlHck9BZS10YWNoVzIwY0RFbk1FWk9QYmd5RC0tUmxYRm1EbGlIVzI3djZrU0t6NGZUMXFSQndwVQ&q=https%3A%2F%2Fwww.census2011.co.in%2Fliteracy.php&v=I3YvjFfn478
## Steps that I have done in this analysis are:
1. Total population of India
2. Average growth by State and Average growth of India.(both in percentage)
3. Average sex ratio
4. Average literacy rate
5. Top 3 states with highest growth ratio
6. Bottom 3 states having lowest sex ratio
7. Top 3 and Bottom 3 states in literacy rate.
8. States starts with specific letters
9. No. of Males and Females out of total population
10. Statewise male count and female count
11. Statewise literate peoples and illiterate people
12. Statewise population of India in previous year
13. Population of India in previous year
14. Population vs Area
15. Top 3 districts from each state with highest literacy rate using rank# Thank You.☻