I read my csv in Python where I read "col1" as str dtype.
Nevertheless, I have different dtypes in this column (float and string) as below: enter image description here
What can I do so as to drop obserwations where in col1 I have values ending with .0 or simply drop float values from this column ? I totally do not know ?