Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/prajjwol09/data-cleaning-project
This project is dedicated to cleaning, standardizing a dataset, dealing with null values from a CSV file named "layoffs" using MySQL, with MySQL Workbench as the workspace environment. The goal is to prepare the data for analysis.
https://github.com/prajjwol09/data-cleaning-project
cleaning-data columns data-analysis database duplicates mysql rows standard
Last synced: 1 day ago
JSON representation
This project is dedicated to cleaning, standardizing a dataset, dealing with null values from a CSV file named "layoffs" using MySQL, with MySQL Workbench as the workspace environment. The goal is to prepare the data for analysis.
- Host: GitHub
- URL: https://github.com/prajjwol09/data-cleaning-project
- Owner: Prajjwol09
- Created: 2024-08-11T11:53:12.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2024-08-12T10:49:09.000Z (3 months ago)
- Last Synced: 2024-08-12T13:31:00.310Z (3 months ago)
- Topics: cleaning-data, columns, data-analysis, database, duplicates, mysql, rows, standard
- Homepage:
- Size: 62.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Overview:
This project focuses on cleaning and preparing a dataset derived from a CSV file named "layoff." Using MySQL Workbench as the workspace, various data cleaning techniques have been applied to ensure that the dataset is ready for accurate analysis.Dataset:
The dataset used in this project is a CSV file named "layoffs." This dataset contains various entries related to layoffs, which needed thorough cleaning to prepare for further analysis.Tools and Technologies:
MySQL: Used for executing queries and managing the database.
MySQL Workbench: The workspace where the project was developed, providing an intuitive environment for managing the database and executing SQL scripts.