Delete null row in python code example Example 1: drop null rows pandas df.dropna() Example 2: remove 0th row pandas df1 = df.iloc[1:]