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.tar.gz
(2.0 kB
view details)
Built Distribution
File details
Details for the file demographica-0.1.tar.gz
.
File metadata
- Download URL: demographica-0.1.tar.gz
- Upload date:
- Size: 2.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 4216fa2821f6d5c05d60b9556d655b67fa293f47a5f910352d1b7a2c7edc3392 |
|
MD5 | 1c44fcd2091100d3ba222e2460a9dfb2 |
|
BLAKE2b-256 | f291b96d2ab786c7fd55b24eebad19b8974b1e7cf4cbf7624d5e51817bdf946a |
File details
Details for the file demographica-0.1.macosx-10.9-x86_64.exe
.
File metadata
- Download URL: demographica-0.1.macosx-10.9-x86_64.exe
- Upload date:
- Size: 65.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 5f30c9504eaad10b733f18adf4334c080857a81494d0a1304557b249551a3522 |
|
MD5 | 0558caf553600d6b80ce071db5799c41 |
|
BLAKE2b-256 | 924e9a388516a453346fa7827810dc08d2b29e0fe2d9ac0b8616301c097c179a |