Combined Data Cleansing

Combined Data Cleansing

Combined Data Cleansing

Description

  • It is a data preprocessing task to fix data quality issues and enhance data quality.
  • You can perform several operations on any categorical or numerical data.

Why to use

Data Preprocessing to

  • Remove
  • Whitespaces
  • Line Breaks
  • Null Rows and Columns
  • Numbers from Strings
  • Alphabets from Numbers
  • Punctuations and Special Characters
  • Modify casing in case of Textual Data 

When to use

When you want to remove any deformity or anomaly in the data.

When not to use

When the data is clean and already preprocessed

Prerequisites

 -

Input

Unclean data

Output

Cleansed Data

Statistical Methods used

-

Limitations

-

    • Related Articles

    • Combined Data Cleansing

      Combined Data Cleansing Description It is a data preprocessing task to fix data quality issues and enhance data quality. You can perform several operations on any categorical or numerical data. Why to use Data Preprocessing to Remove Whitespaces Line ...
    • Data Preparation

      What is Data Preparation Data preparation is the process of cleaning and transforming raw data into organized data so that it can be processed and further analyzed. In data preparation, data is reformatted, corrected, and combined so that it gets ...
    • Data Preparation

      Data preparation is the process of cleaning and transforming raw data into organized data so that it can be processed and analyzed further. In data preparation, data is reformatted, corrected, and combined to enrich the data. Data preparation is ...
    • Data Merge

      Data Merge Description Data Merge involves the combining of two or more rows to include them into one table. Why to use For Data Preparation When to use When you want to merge two or more dataset tables into one table where at least one column is ...
    • Data Preparation in Forecasting

      Data Preparation is the process of cleaning and transforming raw data into organized data so that it can be processed and analyzed further. In data preparation, data is reformatted, corrected, and combined to enrich the data. Data preparation is ...