select the rows with columns ['birds', 'visits'] where the age is missing i.e NaN code example Example: fetch row where column is missing pandas df[df['column_name'].isnull()]