Analyze demographic data extracted from the 1994 U.S. Census using Python and Pandas.
This project uses the adult.data.csv dataset to explore patterns such as education level, income, and working hours. It answers key demographic questions with Pandas.
- Number of people per race
- Average age of men
- Percentage of people with Bachelor's degrees
- Income comparisons between higher and lower education
- Minimum working hours
- Percentage of high earners among minimal workers
- Highest-earning countries
- Most common high-earning occupation in India
- Python 3
- Pandas
- VS Code
- GitHub
- FreeCodeCamp
bash git clone https://github.com/your-username/demographic-data-analyzer.git cd demographic-data-analyzer