I built an app around datacompy
This isn't a bug, more a request for collaboration.
I built an app around datacompy leveraging my project - buckaroo.
https://github.com/user-attachments/assets/f2ba47b3-1b8c-49a8-9b89-e52f2f0daaad
This comparison tool shows histograms for both dataframes, and highlights values that don't match. If you hover over one of these values, you see the df_2 value for that cell.
In addition if you click below "post processing", you can toggle through different datacompy report sections.
I'd be interested to hear feedback. What type of features would you all want in a quick data comparison tool like this?
source code for the demo Some caveats: This currently only supports pandas. Buckaroo does support polars. Dataframes must be the same length. I'm not doing any type of joining in the main view.
@paddymul Sorry for the delay. This is great! appreciate you using and building some useful tools around datacompy. I like the idea of having something visual like you've implemented here, just as another QoL for end users.