Replacing values represented by 'UN' with NaN

while reading csv, use the parameter ‘na_values’.
pd.read_csv(”, na_values=”UN”)

Leave a Comment