-
-
Notifications
You must be signed in to change notification settings - Fork 51
Closed
Labels
Description
It is very common to have csv headers in csv files. However not always I can or need to store the whole file in memory. Right now there is possibility either to read file line by line or read all data with header. It would be really useful to be able to do both at the same time
KokorinIlya and doyaaaaaken