Spaces:
Sleeping
Sleeping
Commit
·
fc8cc6e
1
Parent(s):
e370355
Update tokenizer.py
Browse files- tokenizer.py +1 -1
tokenizer.py
CHANGED
|
@@ -29,6 +29,6 @@ def clean_lyrics(lyrics):
|
|
| 29 |
|
| 30 |
# Apply clean
|
| 31 |
spotify_data['cleaned_text'] = spotify_data['text'].apply(clean_lyrics)
|
| 32 |
-
spotify_data.to_csv('
|
| 33 |
|
| 34 |
#print(spotify_data['cleaned_text'].head())
|
|
|
|
| 29 |
|
| 30 |
# Apply clean
|
| 31 |
spotify_data['cleaned_text'] = spotify_data['text'].apply(clean_lyrics)
|
| 32 |
+
spotify_data.to_csv('spotify_data_processed.csv', index=False)
|
| 33 |
|
| 34 |
#print(spotify_data['cleaned_text'].head())
|