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.
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)
- 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
WHEREclauses - Extracting trends based on gender, age, and employment sector
- Aggregate functions:
- Excel
- PostgreSQL
- SQL
- GitHub
- 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.