Skip to content

Anushka4568/POPULATION-RATIO-DATA-SQL

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

10 Commits
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

Employment & Population Ratio in India (1961–1988)

This project explores employment trends and population ratios in India from 1961 to 1988 using data sourced from WorldData. I cleaned the raw data in Excel, structured it into a PostgreSQL table, and ran multiple queries to understand employment patterns across industries, genders, and age groups.

πŸ“‚ Files in This Repository

  • population_ratio_data.sql: SQL dump of the cleaned and structured data table (popudata)
  • queries.sql: SQL queries for exploring and analyzing the dataset (to be added)

🧠 What I Did

  • Collected raw data from a public source
  • Cleaned and structured the data in Excel
  • Imported the cleaned CSV into PostgreSQL
  • Wrote and executed SQL queries:
    • Aggregate functions: AVG(), MAX(), MIN(), AVG(), ORDER BY(),UNION ALL(), GROUP BY()
    • Filtering using WHERE clauses
    • Extracting trends based on gender, age, and employment sector

πŸ“Œ Tools Used

  • Excel
  • PostgreSQL
  • SQL
  • GitHub

πŸ“ˆ Key Insights

  • Employment in agriculture saw a steady decline post-1975.
  • Female employment in the services sector began catching up in the 1980s.
  • Industry-based employment stayed relatively consistent across genders.

πŸ“Ž Data Source

WorldData.info

About

This project analyzes employment and population trends in India between 1961 and 1988 using SQL on structured data. It highlights insights into gender-based employment patterns and changes across age groups and industries, helping understand socio-economic shifts in post-independence India.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors