Skip to content

Instantly share code, notes, and snippets.

@rahulbanerjee26
Created November 17, 2021 11:15
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rahulbanerjee26/2a5011b29785392945275bd939d64935 to your computer and use it in GitHub Desktop.
Save rahulbanerjee26/2a5011b29785392945275bd939d64935 to your computer and use it in GitHub Desktop.
anime_to_recommend_for = 'Kizumonogatari II: Nekketsu-hen'
print(
anime_list[anime_list['name'] == anime_to_recommend_for]['genre']
)
'''
Genres
Action, Mystery, Supernatural, Vampire
'''
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment