Skip to content

Instantly share code, notes, and snippets.

@fclesio
Created July 3, 2019 10:50
Show Gist options
  • Save fclesio/15caa12ac29567a37ac8b80e0e59348f to your computer and use it in GitHub Desktop.
Save fclesio/15caa12ac29567a37ac8b80e0e59348f to your computer and use it in GitHub Desktop.
# LDA Analysis dataframes
df_raw_lyrics_angra = df_raw_lyrics[df_raw_lyrics['artist'] == 'angra']
df_raw_lyrics_sepultura = df_raw_lyrics[df_raw_lyrics['artist'] == 'sepultura']
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment