df.dropna(subset=['Column name'])
# It will erase every row (axis=0) that has "any" Null value in it. df = df.dropna(how='any',axis=0)