An open API service indexing awesome lists of open source software.

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.

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