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

https://github.com/msikorski93/us-baby-names

Exploratory data analysis for US baby names dataset with SQL
https://github.com/msikorski93/us-baby-names

baby-names exploratory-data-analysis sql-server

Last synced: 2 months ago
JSON representation

Exploratory data analysis for US baby names dataset with SQL

Awesome Lists containing this project

README

          

# US-Baby-Names
Basic exploratory data analysis was performed on this dataset in SQL Server 2019.

Firstly, a data extraction was performed in Python to collect data from the SSA Gov website and exported to a CSV file. The file content was than imported to a newly created table with the Import Wizard. The repository contains the queries and its results.