{"id":18162903,"url":"https://github.com/aramshiva/babies","last_synced_at":"2025-08-22T17:31:50.612Z","repository":{"id":251258015,"uuid":"813975039","full_name":"aramshiva/babies","owner":"aramshiva","description":"👶 A parser for every name listed on a Social Security Card between 1880-2023","archived":true,"fork":false,"pushed_at":"2025-03-17T04:01:57.000Z","size":8794,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-08-19T21:54:17.183Z","etag":null,"topics":["babies","data","datagov","db","graphs","mysql","names","social-security","social-security-data","sql","statistics","stats"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/aramshiva.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-06-12T05:26:21.000Z","updated_at":"2025-03-17T04:02:12.000Z","dependencies_parsed_at":"2024-08-01T21:10:26.471Z","dependency_job_id":null,"html_url":"https://github.com/aramshiva/babies","commit_stats":null,"previous_names":["aramshiva/babies"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/aramshiva/babies","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aramshiva%2Fbabies","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aramshiva%2Fbabies/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aramshiva%2Fbabies/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aramshiva%2Fbabies/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/aramshiva","download_url":"https://codeload.github.com/aramshiva/babies/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aramshiva%2Fbabies/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":271673564,"owners_count":24800717,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-08-22T02:00:08.480Z","response_time":65,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["babies","data","datagov","db","graphs","mysql","names","social-security","social-security-data","sql","statistics","stats"],"created_at":"2024-11-02T10:05:33.447Z","updated_at":"2025-08-22T17:31:50.602Z","avatar_url":"https://github.com/aramshiva.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003e [!WARNING]  \n\u003e As of March 16th 2025, this repo is not maintained, it has been merged into the [`names` repo](https://github.com/aramshiva/names) in the `sql` folder.\n\n\u003e [!NOTE]  \n\u003e This does **not** include any social security numbers. The only data stored is the name, frequency, sex, year born\n\u003e This **is** public data given by the Social Security Administration\n\n# Babies\n### A parser for every name listed on a social security card between 1880-2023.\n*(Tabulated based on Social Security records as of March 3, 2024)*\n\nYour first question is probably why? to that I ask why not?\n\nThis data is pulled from the [US Social Security Administration's Baby Names from Social Security Card Applications - National Dataset](https://catalog.data.gov/dataset/baby-names-from-social-security-card-applications-national-data).\nThis script will insert the data into a MySQL database with the following schema:\n```\nname VARCHAR(255),\nsex CHAR(1),\namount INT,\nyear INT\n```\n\n### Some things to keep in note:\n- As of 2024 there are around 2,117,219 rows in the database.\n- The data is stored in a folder called \"names\" in the same directory as this script.\n- Names with 5 or less occurrences with the sex and year are defaulted to 5 by the SSA to protect privacy\n- The sex is a single character, either \"M\" or \"F\" for Male or Female.\n- The year is the year the person was born, NOT registered.\n- The raw data is a folder. For each year of birth YYYY after 1879, we created a comma-delimited file called yobYYYY.txt.\n  Each record in the individual annual files has the format \"name,sex,number,\" where name is 2 to 15\n  characters, sex is M (male) or F (female) and \"number\" is the number of occurrences of the name.\n  Each file is sorted first on sex and then on number of occurrences in descending order. When there is\n  a tie on the number of occurrences, names are listed in alphabetical order. This sorting makes it easy to\n  determine a name's rank. The first record for each sex has rank 1, the second record for each sex has\n  rank 2, and so forth.\n\n### Want to run yourself?\n- Fill in the `.env` (use `.env.example` as a guide)\n- Run `python3 main.py`\n- Boom! Your mySQL database is now full with data, and a table with 4 columns: `name, sex, amount, year`\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faramshiva%2Fbabies","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Faramshiva%2Fbabies","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faramshiva%2Fbabies/lists"}