how to change np.nan values in pandas code example Example: pandas replace nan data["Gender"].fillna("No Gender", inplace = True)