Hello,
we notice for each line of a .csv file has TWO CR and one LR (Carriage Return and Line Return).
On Linux you should have only one LR, and on Windows you have one CR and one LR.
This extra CR at the end of each csv line does not mean anything.
We think this comes from our preprocessing task which is based on plain text file. We could have forgotten to delete some characters when extracting and converting to csv.
So, we note this as an issue and will try to fix it.
Hello,
we notice for each line of a .csv file has TWO CR and one LR (Carriage Return and Line Return).
On Linux you should have only one LR, and on Windows you have one CR and one LR.
This extra CR at the end of each csv line does not mean anything.
We think this comes from our preprocessing task which is based on plain text file. We could have forgotten to delete some characters when extracting and converting to csv.
So, we note this as an issue and will try to fix it.