Skip to content

Instantly share code, notes, and snippets.

@olgazju
Created January 16, 2024 16:41
repetitive_rows = df['lyric_clean'].value_counts()
repetitive_rows = repetitive_rows[repetitive_rows > 1]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment