Is there a way to compare two dataframes ? #1120
-
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 11 replies
-
I would like ideally something like this: |
Beta Was this translation helpful? Give feedback.
-
Hi! I think there's no direct way to compare tables, however you can split the editor (right click on a tab and "Split Right") and put two tables side by side: |
Beta Was this translation helpful? Give feedback.
-
We do have an open issue for a programmatical approach for comparing two dataframes #658. The idea is to have a function that performs something similar to a git diff, however this is quite an advanced topic we haven't come around to yet. I do agree it would be nice to have the table comparing feature in notebooks. I'll ask the team about the possibilities :) |
Beta Was this translation helpful? Give feedback.
We do have an open issue for a programmatical approach for comparing two dataframes #658. The idea is to have a function that performs something similar to a git diff, however this is quite an advanced topic we haven't come around to yet.
I do agree it would be nice to have the table comparing feature in notebooks. I'll ask the team about the possibilities :)