getting from dataframe all lines that dont have Nan in one column code example Example: show all rows with nan for a column value pandas df[df['col'].isnull()]