Skip to content

Instantly share code, notes, and snippets.

@SubhadityaMukherjee
Created March 16, 2023 18:53
Show Gist options
  • Save SubhadityaMukherjee/e606e17b85e7f5945fd691084f47dcf4 to your computer and use it in GitHub Desktop.
Save SubhadityaMukherjee/e606e17b85e7f5945fd691084f47dcf4 to your computer and use it in GitHub Desktop.
tbdisplay
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