Loading very large CSV files (~20GB)
Mostra commenti meno recenti
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 Commenti
per isakson
il 17 Mar 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
il 17 Mar 2016
Risposta accettata
Più risposte (0)
Categorie
Scopri di più su Large Files and Big Data in Centro assistenza e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!