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?
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?