how to delete nan string pandas code example Example 1: how to delete nan values in python x = x[~numpy.isnan(x)] Example 2: delete nans in df python df[~np.isnan(df)]