df['GazeRightx'] = df['GazeRightx'].astype('float')
df.dtypes
ValueError: could not convert string to float: '825,00'
Hat jemand eine Idee, wo das Problem liegt? So weit ich die Daten im Blick habe, gibt es keine missing values o.ä. in der Column
LG, monkiiiii
ValueError: could not convert string to float: '825,00'
- pillmuncher
- User
- Beiträge: 1527
- Registriert: Samstag 21. März 2009, 22:59
- Wohnort: Pfaffenwinkel
Der Dezimaltrenner muss wohl ein Punkt sein, kein Komma.
In specifications, Murphy's Law supersedes Ohm's.