-
Notifications
You must be signed in to change notification settings - Fork 13
Open
Labels
Description
In https://github.com/bkamins/Julia-DataFrames-Tutorial/blob/master/04_loadsave.ipynb I had to disable CSVFiles.jl file reading tests as it failed to load a small file (that reads in a few seconds otherwise) in any reasonable time.
The file read has 500 columns and 500'000 so it is relatively small.
@davidanthoff - do you think this issue is solvable?