Created
June 10, 2021 09:35
-
-
Save data4sci/690c18a8de4cd9c7e84ad1c746fa2493 to your computer and use it in GitHub Desktop.
porovnání dvou df
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| df.compare(df2, align_axis=0) |
Author
data4sci
commented
Jun 10, 2021
- pandas.DataFrame.compare — pandas 1.1.2 documentation
- pandas.DataFrame.eq — pandas 1.1.2 documentation
- pandas.DataFrame.ne — pandas 1.1.2 documentation
- pandas.DataFrame.equals — pandas 1.1.2 documentation
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment