I have a huge dataset with thousands of rows and hundreds of columns. One of these columns contain a string because I am getting an error. I want to locate this string. All my columns are supposed to be float values, however one of these columns has a type str somewhere.
How can I loop through a particular column using Pandas and print only the row that is of type str? I want to find out what the string(s) are so I can convert them to their numerical equivalent.