Skip to content

Instantly share code, notes, and snippets.

@sazio
Created August 28, 2020 14:20
Show Gist options
  • Save sazio/24b1b181512e0f3741ae2fc56cc6d188 to your computer and use it in GitHub Desktop.
Save sazio/24b1b181512e0f3741ae2fc56cc6d188 to your computer and use it in GitHub Desktop.
train_pd = pd.read_json(VIDEOS_FOLDER_TRAIN + "/metadata.json").T.reset_index().rename(columns={"index": "filename"})
train_pd.head()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment