Skip to content

Make a demo app around datacompy #335

@paddymul

Description

@paddymul

Checks

  • I have checked that this enhancement has not already been requested

How would you categorize this request. You can select multiple if not sure

Other (please describe in Issue Description)

Enhancement Description

The datacompy package compares dataframes. Here are features that would allow it to present it's report with buckaroo.

Datacompy has a report function that displays information about metadata differences between dataframes (column names in common, match percentage), and data level differences (actual rows in common, actual rows that are different).

The reports are limited to textual display. Buckaroo provides the core of a system that can do a better job of displaying this.

Summary stats are a good fit for the metadata differences. The inline differences fit with the base buckaroo usecase

Pseudo Code Implementation

Users should be able to run DatacompyBuckaroo(df1, df2, join='col_to_join') and be presented the UI

Prior Art

https://github.com/capitalone/datacompy

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions