trajminer / trajminer

Trajectory Mining Library

Home Page:http://trajminer.github.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Fix CSVTrajectoryLoader to load only required columns in memory

lucaspetry opened this issue · comments

Currently, CSVTrajectoryLoader loads to memory all the columns in the input file. It would be better to load only the columns required by the user.