Skip to content

Instantly share code, notes, and snippets.

@trevismd
Last active July 5, 2021 08:17
Show Gist options
  • Save trevismd/9d0696f68b034c0ffbd133bb0b388c14 to your computer and use it in GitHub Desktop.
Save trevismd/9d0696f68b034c0ffbd133bb0b388c14 to your computer and use it in GitHub Desktop.
Unique categories in dataset
list(dataset.Category.unique())
>>> ['Fashion', 'Film & Video', 'Art', 'Technology', 'Journalism', 'Publishing',
'Theater', 'Music', 'Photography', 'Games', 'Design', 'Food', 'Crafts',
'Comics', 'Dance']
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment