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
- Host: GitHub
- URL: https://github.com/msikorski93/us-baby-names
- Owner: msikorski93
- Created: 2023-02-23T22:27:06.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-02-23T22:36:16.000Z (over 2 years ago)
- Last Synced: 2025-02-26T15:17:33.777Z (8 months ago)
- Topics: baby-names, exploratory-data-analysis, sql-server
- Language: Python
- Homepage:
- Size: 169 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.