ValueError: could not convert string to float: '825,00'
Verfasst: Mittwoch 20. Oktober 2021, 11:52
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
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