Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

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.