Skip to content

takluyver/pandawash

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Magic commands to clean up pandas series

This IPython extension makes it easy to clean up data in a pandas DataFrame, while preserving a clear record of what you've done. It inserts template code into your notebook, which you can quickly modify to clean up data.

Installation:

%install_ext https://github.com/takluyver/pandawash/raw/master/pandawash.py

Use:

%load_ext pandawash

%groupcol df['colname']
%numcol df['colname'] numtype
%boundscheckcol df['colname'] min-max
%regexcol df['colname'] pattern

See the Demo notebook for examples.

About

Magic commands to quickly & transparently clean up data

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages