You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This isn't a bug, more a request for collaboration.
I built an app around datacompy leveraging my project - buckaroo.
Datacompy_Buckaroo_2.mov
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.
This isn't a bug, more a request for collaboration.
I built an app around datacompy leveraging my project - buckaroo.
Datacompy_Buckaroo_2.mov
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.