Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[ENH] Compare two (and only two) dataframes by common attributes #8

Closed
hadarsharon opened this issue Feb 24, 2024 · 0 comments · Fixed by #23
Closed

[ENH] Compare two (and only two) dataframes by common attributes #8

hadarsharon opened this issue Feb 24, 2024 · 0 comments · Fixed by #23
Assignees
Labels
enhancement New feature or request

Comments

@hadarsharon
Copy link
Owner

Is your feature request related to a problem? Please describe.
For starters, compare two dataframes (not more at this stage) by common attributes which are shared across dataframes and can be accessed without casting, joins or transformations.
This should be the simplest comparison both in terms of implementation and compatibility.

Describe the solution you'd like
Left and Right dataframes should be possible to compare by common attributes, namely:

  • Number of rows
  • Number of columns
  • Order of columns
  • Datatypes
@hadarsharon hadarsharon added the enhancement New feature or request label Feb 24, 2024
@hadarsharon hadarsharon added this to the compars Pre-alpha version milestone Feb 24, 2024
@hadarsharon hadarsharon self-assigned this Feb 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant