Why wont this code drop a row based on the column value
dete_date = dete_data[dete_data.dete_start_date != 'Not Stated']
the rows with 'Not stated' in the dete_start_date column still exist after running code
Why wont this code drop a row based on the column value
dete_date = dete_data[dete_data.dete_start_date != 'Not Stated']
the rows with 'Not stated' in the dete_start_date column still exist after running code