I have a pandas dataframe with duplicate ids. Below is my dataframe
id  nbr  type  count 
7   21   High     4  
7   21   Low      6    
8   39   High     2    
8   39   Low      3    
9   13   High     5    
9   13   Low      7    
How to delete only the rows having the type Low
 
     
     
    