I have been using fetch_csv to read in an alpha file created externally into Quantopian for backtesting. The file is about 15MB. It seems like fetch_csv timed out after 6 mins. I trimmed the file to about 10MB, and after a couple of tries I managed to have fectch_csv read in the file. Any workaround this capacity issue without having to reduce the size of the file?
Thanks,