dropna(how='any' axis=0) code example Example: dropping nan in pandas dataframe df.dropna(subset=['name', 'born'])