Skip to content

Latest commit

 

History

History
12 lines (10 loc) · 275 Bytes

README.md

File metadata and controls

12 lines (10 loc) · 275 Bytes

DataProcessing

Scripts to perform some standard and common data processing.

Basic

  1. Summarize data
  2. Remove constant columns
  3. Remove duplicate columns
  4. Convert two-element columns to binary

Categorical

  1. Onehot encoding variables
  2. Label encoding variables