Menu
×
×
Correct!
Exercise:Insert the correct argument to make sure that the changes are done for the original DataFrame instead of returning a new one.
dropna(@(14))
dropna(inplace = True)
dropna(inplace=True)
dropna(inplace =True)
dropna(inplace= True)
Not CorrectClick here to try again. Correct!Next ❯ |