Can't run 'form component'

What am i doing wrong?

The csv file:

The stdout

Are you ending your list of options with a comma, which might imply another option?

I removed the comma, but still not working for some reason.

self._reader = parsers.TextReader(self.handles.handle, **kwds)

File “pandas_libs\parsers.pyx”, line 542, in pandas._libs.parsers.TextReader.cinit
File “pandas_libs\parsers.pyx”, line 642, in pandas._libs.parsers.TextReader._get_header
File “pandas_libs\parsers.pyx”, line 843, in pandas._libs.parsers.TextReader._tokenize_rows
File “pandas_libs\parsers.pyx”, line 1917, in pandas._libs.parsers.raise_parser_error
UnicodeDecodeError: ‘utf-8’ codec can’t decode byte 0xc6 in position 16: invalid continuation byte
################# Experiment ended with exit code 1 [pid:8948] #################
166891.8163 INFO Loaded monitor calibration from [‘2022_08_25 14:39’]

At you pointing your form component at a CSV or an Excel file? Loops work with either but forms only work with CSV files.