フィルターのクリア

Read specific columns from a large csv file

2 ビュー (過去 30 日間)
Nikita Agrawal
Nikita Agrawal 2018 年 7 月 11 日
編集済み: Jan 2018 年 7 月 11 日
I have a csv file of 6000 columns need to use only 3000 for my analysis. These columns are not really a range of consecutive numbers. Is there a way I can do it to save computation of reading extra data when I need only half of it?

採用された回答

Jan
Jan 2018 年 7 月 11 日
編集済み: Jan 2018 年 7 月 11 日
No. A CSV file is a text file. Matlab has to read each value to find the next one. There is no magic trick to reduce the work.
Huge text files are a bad design. Text files are useful, if they are read or modified by human. In all other cases binary files are much better, most of all faster to read, especially if you need some parts only.

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeData Import and Export についてさらに検索

タグ

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by