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
Release history Release notifications | RSS feed
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.1.tar.gz
(2.0 kB
view details)
Built Distribution
File details
Details for the file demographica-0.1.1.tar.gz
.
File metadata
- Download URL: demographica-0.1.1.tar.gz
- Upload date:
- Size: 2.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 61547490ae31f48d5d1cd45d515c23edfa1f2120bd4d6f459d71525b90022029 |
|
MD5 | 71bd1610e4db4ae2290334a273bd9bd3 |
|
BLAKE2b-256 | e28ba3d044d79fa40328b4864af6744dce91617b73553870d9fe9ef5e9bf8c31 |
File details
Details for the file demographica-0.1.1.macosx-10.9-x86_64.exe
.
File metadata
- Download URL: demographica-0.1.1.macosx-10.9-x86_64.exe
- Upload date:
- Size: 65.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 289d26d861338bad672d1552249ad415b6cf483bbd69846ccdabcd36df32b16e |
|
MD5 | 05df1cf8cc1dcb552f2df6de4b3eff81 |
|
BLAKE2b-256 | 90fab4a1a2ebcf9d243e8413e28270b53fab3f8e9836c1b7b6a385c548a79c02 |