Created
December 23, 2020 19:15
-
-
Save mrshu/93fab74ac0c0760e383f1c16886f09c3 to your computer and use it in GitHub Desktop.
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
for i, row in df.iterrows(): | |
worksheet.write_rich_string(i+1, 2, *visualize_diff(row['original'], row['edited'])) | |
excel_writer.save() |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment