Created
March 16, 2023 18:53
-
-
Save SubhadityaMukherjee/e606e17b85e7f5945fd691084f47dcf4 to your computer and use it in GitHub Desktop.
tbdisplay
This file contains 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
filtered_df = combined_df[(~pd.isnull(combined_df['converted_proxy'])) & (~pd.isnull(combined_df['original_images']))] | |
filtered_df.iloc[0].original_images |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment