0

I have a problem with non-number values in my data, and need to locate the positions of these I run the following command to find out how many times they occur:

df['Column1'].str.count('-').sum()
Out[83]: 699

But is there a way the easily find where they are located?

0 Answers0