Functional data cleaning: The How

Functional data cleaning: The How#

We have three rules for cleaning data in a functional way:

  1. Start with an empty DataFrame

  2. Touch every variable just once

  3. Touch with a pure function

Learning Objectives#

After working through this topic, you should be able to:

  • reproduce the three rules of functional data cleaning

  • apply the three rules whenever you are writing data cleaning code

  • discuss different strategies for applying the rules in Python scripts and Jupyter notebooks

Materials#

Video:

Download the slides.

Quiz#