https://github.com/suraj-sedai/demographic-analysis
A Python-based demographic data generator that simulates random gender and age distributions. Includes data visualization with a pie chart for gender representation. Useful for data analysis, handling missing data, and testing machine learning models.
https://github.com/suraj-sedai/demographic-analysis
Last synced: about 2 months ago
JSON representation
A Python-based demographic data generator that simulates random gender and age distributions. Includes data visualization with a pie chart for gender representation. Useful for data analysis, handling missing data, and testing machine learning models.
- Host: GitHub
- URL: https://github.com/suraj-sedai/demographic-analysis
- Owner: Suraj-Sedai
- Created: 2025-01-31T14:27:48.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2025-02-05T01:48:56.000Z (4 months ago)
- Last Synced: 2025-04-11T05:57:33.942Z (about 2 months ago)
- Language: Python
- Homepage:
- Size: 206 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Demographic Data Generator
## Overview
This project generates a synthetic dataset containing demographic information, including gender and age distributions. It also visualizes gender distribution using a pie chart.## Features
- Generates random gender and age data for 50 individuals.
- Saves data as a CSV file (`data/sample_data.csv`).
- Displays a pie chart showing gender distribution.## Installation
1. Clone the repository:
```bash
git clone https://github.com/your-username/demographic-data-generator.git