how to delete nan values in list code example Example: remove nan from list python cleanedList = [x for x in countries if str(x) != 'nan']