This repository contains SQL scripts and a dataset used for data cleaning and exploratory data analysis (EDA) as part of a data analytics project. The goal is to demonstrate skills in handling real-world data, identifying trends, and preparing the data for further modeling and analysis.
This project includes:
-
Data Cleaning
The SQL scriptData_Cleaning.sql
focuses on cleaning raw data, ensuring consistency, handling missing values, and preparing the data for exploratory analysis. -
Exploratory Data Analysis (EDA)
The SQL scriptExploratory_Data_Analysis.sql
provides insights into the dataset through summary statistics, trend analysis, and data visualization using SQL queries. -
Layoffs Dataset
The datasetlayoffs.csv
contains data related to layoffs in different sectors. This data is used in both data cleaning and exploratory analysis scripts.
Data_Cleaning.sql
: SQL script for cleaning and transforming the dataset.Exploratory_Data_Analysis.sql
: SQL script performing exploratory data analysis (EDA).layoffs.csv
: Raw dataset containing information on layoffs.
-
Clone the repository: git clone https://github.com/gonzagustin10/Layoffs_Project.git
-
Import the dataset into your database.
-
Execute the SQL scripts in your SQL environment (e.g., MySQL, PostgreSQL).
Technologies SQL: Used for data cleaning and analysis. CSV: Raw data format used for the analysis.
License This project is licensed under the MIT License. Feel free to use the code and dataset for your own projects.