remove rows with - in pandas code example Example 1: pandas dataframe delete column del df['column_name'] Example 2: pandas remove column del df['column_name']