To Inspect and Manipulate Data; and to Keep Track of This Process
List of Encoders
Encode Binary Data Into 0 and 1
One-Hot Encoding
Encode Ordinal Data Into Integers
Impute Missing Values
Classify The Columns of A Data Frame
Find Out Which Columns Have Most NAs
Simply Classify The Columns of A Data Frame
Partitioning A Dataset Randomly
Create Data Dictionary from Data Warehouse
Functions to work with data frames to prepare data for further analysis. The functions for imputation, encoding, partitioning, and other manipulation can produce log files to keep track of process.
Useful links