1
votes

These are in text format, I don't want to delete a row or a column, I just want to delete few values from this dataset. I want to delete 2 values i.e. GOOG and BB from a pandas dataframe given below. These are the stocks in a dataframe. How do I do this? Please help me.

1     2      3    
yxz  MMM   AXS    
MZN  GOOG  FB    
MSFT  AAA   BB
Do you just want to delete those values, or do you want to delete the whole rows that they're in?user17242583