Skip to main content

A Python Package to infer ages using US Census Data

Project description

Analyse US name distributions and create age profiles.

names = open(‘sample_first_names.tsv’).readlines() name_distribution = compute_name_frequencies(names) age_distribution = age_calculator(name_distribution) sex_distribution = sex_calculator(name_distribution) print sex_distribution pplot(age_distribution)

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

demographica-0.1.2.tar.gz (2.3 kB view hashes)

Uploaded Source

Built Distribution

demographica-0.1.2.macosx-10.9-x86_64.exe (65.6 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page