Answers for "Replace the string with NAN value"

0

Replace the string with NAN value

data['horsepower'].replace(to_replace='?' , value = np.nan,inplace = True)
data['horsepower'].unique()
Posted by: Guest on April-23-2022

Code answers related to "Replace the string with NAN value"

Python Answers by Framework

Browse Popular Code Answers by Language