I wonder if there exists way to work with large files in Mathematica ? Currently I have a file about 500Mb with table data.
Import["data.txt","Table"];
What is alternate way?
|
I wonder if there exists way to work with large files in Mathematica ? Currently I have a file about 500Mb with table data.
What is alternate way? |
|||
|
Use Example:
|
|||||||
|
|
You could also load your data into a database (for example MySQL) and access it from Mathematica using DatabaseLink |
|||
|
|
|
The function |
||||
|
|
Import. – Leonid Shifrin Sep 25 '11 at 19:02