Please consider offering answers and suggestions to help other students!
And if you fix a problem by following a suggestion here,
it would be great if other interested students could see a short
"Great, fixed it!" followup message.
which will use Bash plus Shell tools, to clean the data. cantril_data_cleaning expects three .tsv file ----------but the data given one of the file is .csv.
which will use Bash plus Shell tools, to clean the data. cantril_data_cleaning expects three .tsv file ----------but the data given one of the file is .csv.
are we supposed to convert it?
Hi,
That was a mistake on my part. Now fixed. Long story short, a csv file would be an error as it cannot be interpreted as a .tsv file.
Ops, that's sad coz I just accomplished the file format conversion in my script last night.🥲
Hi Zexu,
I am impressed. It's actually not trivial as .csv data can have commas in the strings, and also hidden . Was your solution able to cope with these?