Open xafilox opened 7 years ago
Can you produce a minimum CSV file that will trigger the bug? Something like 2 lines of CSV, and paste the contents here.
Hi. Thanks for taking care of this problem. Here is an example of data file:
tower_1_latitude,tower_1_longitude,tower_1_height,tower_1_azimuth,tower_1_horizontal_beam_width,tower_1_vertical_beam_width,tower_1_pathloss,tower_2_latitude,tower_2_longitude,tower_2_height,tower_2_azimuth,tower_2_horizontal_beam_width,tower_2_vertical_beam_width,tower_3_latitude,tower_3_longitude,tower_3_height,tower_3_azimuth,tower_3_horizontal_beam_width,tower_3_vertical_beam_width,tower_4_latitude,tower_4_longitude,tower_4_height,tower_4_azimuth,tower_4_horizontal_beam_width,tower_4_vertical_beam_width
35.56638461303711,12.345677280273438,15.0,255,120,6,96.0,,,,,,,,,,,,,,,,,,
12.34567461303711,12.345677280273438,15.0,255,120,6,96.0,,,,,,,,,,,,,,,,,,
And labels file:
latitude,longitude
12.34567811594422,12.345671046080622
12.34567811594422,12.345671046080622
Hi @pluskid . Did you manage to reproduce the problem with the files I gave you? Thanks
Hi.
I'm trying to use CSVIter to load a dataset I have in CSV format. The data file has 25 columns (some of the can be empty, especially the last columns).
While executing, it outputs the following error trace:
I've checked all the lines. All of them have 24 commas, so it has 25 columns.
Thanks in advance.