readtable splits content of file in multiple columns
Show older comments
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.
Accepted Answer
More Answers (0)
Categories
Find more on Tables in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!