Untitled

Anonymous
plain_text
11/24/2022 6:28 PM
216 B
19
Indexable
columns_to_replace = df['track', 'artist', 'genre']
for col in columns_to_replace: 
        columns_to_replace[col] = columns_to_replace[col].fillna('unknown')
Editor is loading...