how to fetch the columns containg null values in pandas code example Example: show all rows with nan for a column value pandas df[df['col'].isnull()]