What is data cleansing?
1 Like
Data Cleansing is basically a method of cleaning the data means how efficiently we can prepare the data before using in the model for prediction.
It basically requires to fill the missing values using mean,median,mode and delete the unnecessary part of the data using feature engineering techniques.
1 Like
Data cleaning is the process of preparing data for analysis by removing or modifying data that is incorrect, incomplete, irrelevant, duplicated, or improperly formatted. This data is usually not necessary or helpful when it comes to analyzing data because it may hinder the process or provide inaccurate results.
Data Cleaning (or cleansing) is the work of detecting and correcting violations of data quality business rules.