Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/relostar-devil/analyzing-naming-trends-using-python

Analyzes naming trends by processing baby names data from the Social Security Administration (SSA)
https://github.com/relostar-devil/analyzing-naming-trends-using-python

data-visualization python

Last synced: 9 days ago
JSON representation

Analyzes naming trends by processing baby names data from the Social Security Administration (SSA)

Awesome Lists containing this project

README

        

## Industry: General

## Problem Statement:

The dataset is in zipped format. We have to extract the dataset in the program,
visualize the number of male and female babies born in a particular year, and
find out popular baby names.

## Description:

This project not only focuses on implementing data manipulation and data
visualization using pandas library but also tests your ability to deal with real word
problem statements.

## Dataset:

Popular baby names data provided by the Social Security Administration (SSA) of the United States.

How to download the dataset:

● Go to https://www.ssa.gov/oact/babynames/limits.html

● Click on ‘National data’

● Get the zipped file

Here’s what the zipped folder looks like:

![image](https://github.com/user-attachments/assets/46f64a48-86a1-4143-9887-7c5a17407856)