This document provides an overview of data pre-processing techniques used in data mining. It discusses common steps in data pre-processing including data cleaning, integration, transformation, reduction, and discretization. Specific techniques covered include handling missing and noisy data, data normalization, attribute selection, dimensionality reduction, and the Apriori and FP-Growth algorithms for frequent pattern mining. The goals of data pre-processing are to improve data quality, handle inconsistencies, and prepare the data for analysis.