-
Notifications
You must be signed in to change notification settings - Fork 14
Open
Description
Hi, in line [96] you have
"
one = df.replace(100,'A') # Replace all values equal to 1 with 'one'
one
"
this changes all 100 to A's. This does not return values equal to 1 with one.
https://pandas.pydata.org/pandas-docs/stable/reference/api/pandas.DataFrame.replace.html
Metadata
Metadata
Assignees
Labels
No labels