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