Convert the non-csv files, like xlsx, to csv files and compare the diff between the csv files
- when comparing xlsx files with git diff, it does not compare the text because the file is compressed into a ZIP archive
- converting the files to csv would avoid this problem and avoid repeated code
An example of this is in hafsteinn/faroese_sentiment_analysis with hf_dataset.xlsx
Convert the non-csv files, like xlsx, to csv files and compare the diff between the csv files
An example of this is in
hafsteinn/faroese_sentiment_analysiswith hf_dataset.xlsx