I am a data science/AI student, and I frequently encounter datasets split into two files: example.data and example.names.
I prefer working with .csv files because each column includes its name directly, making it easier to read the file using Scikit-Learn or R.
Currently, it’s quite inconvenient to work with these two files, as I have to manually convert them to a CSV format. This entails opening them in Excel or LibreCalc, transferring the names from the .names file, and then exporting the result as a CSV.
I wonder if its possible to build an automatic solution within this toolbox application to streamline this process.