Loading very large CSV files (~20GB)
Ältere Kommentare anzeigen
I have some CSV files that I need to import into the MATLAB (preferably in a .mat format). I already tried to break down these files using csvread function into 100 cluster pieces, but it's very slow and it doesn't go further than 60 steps even though my computer machine is fairly new. I need to extract only numeric values and this values are separated by comma. I will appreciate it if you can help me to get through this.
Thanks,
Sajad
2 Kommentare
per isakson
am 17 Mär. 2016
- It might help to split the file into smaller files before importing to Matlab. If on Windows, see GSplit is a free reliable file splitter that lets you split your large files
- How much RAM is in your system.
- What OS?
- Upload a small piece of the file to your question
Sadjad Fakouri Baygi
am 17 Mär. 2016
Akzeptierte Antwort
Weitere Antworten (0)
Kategorien
Mehr zu Large Files and Big Data 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!