I sincerely appreciate your spirit of open-source sharing. I would like to understand more about the line "label": "./dataset.csv" in the config.json file. Specifically, what kind of content should be in dataset.csv? I created a data.csv file but encountered the following error:
File "/root/anaconda3/envs/malexpert/lib/python3.11/site-packages/pandas/io/parsers/c_parser_wrapper.py", line 93, in init
self._reader = parsers.TextReader(src, **kwds)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "parsers.pyx", line 581, in pandas._libs.parsers.TextReader.cinit
pandas.errors.EmptyDataError: No columns to parse from file
Dear Author,
I sincerely appreciate your spirit of open-source sharing. I would like to understand more about the line "label": "./dataset.csv" in the config.json file. Specifically, what kind of content should be in dataset.csv? I created a data.csv file but encountered the following error:
File "/root/anaconda3/envs/malexpert/lib/python3.11/site-packages/pandas/io/parsers/c_parser_wrapper.py", line 93, in init self._reader = parsers.TextReader(src, **kwds) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "parsers.pyx", line 581, in pandas._libs.parsers.TextReader.cinit pandas.errors.EmptyDataError: No columns to parse from file
Thank you for your help!