I have a huge csv file about 15 million row, with size around 3G.
I would like to read this file into R by piece, each time only choose those rows fit into certain condition.
e.g. one of the column is called product type, so I only need to read one type of product into R, and process it then output the result, after that I move to another type of product...
so far I have read about different methods, such as upload the big file into database, or read column by column by colbycol, or read a chunk of rows by ff ...
is any pure R solution can solve my problem?
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…