Contribute Media
A thank you to everyone who makes this possible: Read More

pyjanitor: Clean APIs for Cleaning Data

Description

Data cleaning with the pandas API can sometimes be confusing. I will describe team efforts on pyjanitor, to create a cleaner API for data cleaning, focusing on readability and expressivity. pyjanitor is a port of the R janitor package, and provides a cleaner, verb-based method-chaining API to pandas users. I will explain pyjanitor's history and design, and provide a suite of examples coded in Jupyter notebooks on how to use pyjanitor's data cleaning functions.

Details

Improve this page