I want to drop the rows with Borough = '[Not assigned\n]' values. But the drop function is not working. Also, I want to remove brackets from start and end of each column. How can I achieve this?
            Asked
            
        
        
            Active
            
        
            Viewed 275 times
        
    1 Answers
0
            
            
        Welcome to stackoverflow! I think your question may have been asked before-
To remove records based on a condition, answers to this question might help -
 
    
    
        a_jelly_fish
        
- 478
- 6
- 21

