I have the following dataframe:
MATERIAL KW_WERT NETTO_EURO TA
0 S 0.15 18.9 D
1 S 0.145 18.27 D
2 S 0.145 18.27 D
7 S 3.011 252.92 AN
8 S 3.412 429.91 AN
9 S 0.9 113.4 AN
14 S 0.007 KW N
15 S 0.3 46.05 SONSTIGES
how can I filter for the datatype (string) in the column NETTO_EURO an delete it?
The point is that the basic data I get includes some errors and I cant sum up the columns with a string data in it. Now is the first solution to delete the row. Later I will try to fix it otherwise.