readtable splits content of file in multiple columns
Ältere Kommentare anzeigen
When I write
Countries_Europe = readtable('Countries_Europe.csv');
The contents from that file are correctly stored in a table with just one column, but when I write
Countries_NorthAmerica = readtable('Countries_NorthAmerica.csv');
then weird things happen, and a table with 5 columns is generated. Since my files have just one column, how can I make the second table to have exactly that one column as the first one, and why does this happen? Please find those files here. Thank you in advance.
Akzeptierte Antwort
Weitere Antworten (0)
Kategorien
Mehr zu Tables finden Sie in Hilfe-Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!