Buckaroo - The Data Cleaning assistant for pandas¶
Buckaroo is a tool to quickly clean and explore DataFrames with a visual UI for common cleaning operations AND emitting python code that performs the transformation.
We all know how awkward it is to clean data in jupyter notebooks. Multiple cells of exploratory work, trying different transforms, looking up different transforms, adhoc functions that work in one notebook and have to be either copied/pasta-ed to the next notebook, or rewritten from scratch. Buckaroo aims to massively speed up that process.
Install Buckaroo:
pip install buckaroo
Sitemap:
- Using Buckaroo
- Feature Reference
- Installing Buckaroo
- Contributing to Buckaroo
- Buckaroo - FAQ
- Articles
- Auto Cleaning
- Column Config Styling
- The Dastardly DataFrame Dataset
- Data Flow through Buckaroo
- use
- Don’t use df.head(), try buckaroo instead
- Embedding Buckaroo
- Height Modes
- Histograms
- Pluggable analysis framework
- Related projects
- Roadmap
- Theme Customization
- Push-down stats with the xorq stat pipeline