remove columns with all null values code example Example: dropping nan in pandas dataframe df.dropna(subset=['name', 'born'])