Alternative to csv and parquet for arrays

조회 수: 8 (최근 30일)
Pelajar UM
Pelajar UM 2022년 3월 13일
댓글: Walter Roberson 2022년 3월 15일
I have pretty massive csv files. It's a pain for both transfer and also in terms of read time.
I have been using parquet but this is only for tables and my functions only work with double arrays. So whenever I load the file, I have to use table2array to create the proper variables. This takes some extra time. Still much better than using csv, but I am wondering if there are any light and efficient alternatives to csv for arrays....
  댓글 수: 14
Pelajar UM
Pelajar UM 2022년 3월 15일
Zipping does a wonderful job reducing the size (down to 4 mb), but I don't think MATLAB can unzip the file or otherwise read the zipped file, right?
Walter Roberson
Walter Roberson 2022년 3월 15일
unzip()

댓글을 달려면 로그인하십시오.

답변 (0개)

카테고리

Help CenterFile Exchange에서 Data Import and Export에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by