Untitled
Anonymous
plain_text
11/23/2022 9:15 PM
160 B
19
Indexable
columns_to_replace = df[['track', 'artist', 'genre']]
for col in columns_to_replace:
col = col.fillna('unknown')Editor is loading...
columns_to_replace = df[['track', 'artist', 'genre']]
for col in columns_to_replace:
col = col.fillna('unknown')