Assuming I know which column to look in and that the cell contains a unique character within a string, what's the best way to scan through the cells and return the value of the one containing that unique character and other characters I don't know?
For example, if I want to find the value of a cell that contains 'W' in the string stored there in df['A'], how can I return that cell's complete string?