Readtable ignoring first X rows
Show older comments
I am attempting to use readtable to import the attached file. There are 356 rows in the csv document but the first 55 are ignored, and readtable produces a table of 301x7. This is repeated on a number of similarly formatted csv files, with varying amounts of rows ignored.
I have been unable to identify why these rows have been ignored.
q_sectors = readtable('qualy_sectors.csv');
Accepted Answer
More Answers (0)
Categories
Find more on Structures 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!