Currently I am having a CSV file of 38 GB of containing detail order of enzymes and protein. Since i am having problem in loading this onto pandas as my computer RAM is limited to 16 Gigs, is there is any way of handling such heavy data into pandas?
I have done some research and found that Spark can handle large data sets, any comments on this will be highly appreciate.