Intel® oneAPI Data Analytics Library
Learn from community members on how to build compute-intensive applications that run efficiently on Intel® architecture.

Loading a subset of columns from a CSV file

lawrence_s_1
Beginner
411 Views

Hi,

 I'm new to using DAAL, so I apologize if this is a dumb question. I've been looking through the online docs and examples and are trying to understand how I can extract a subset of noncontiguous columns from a CSV file. I've been working with the CSVFeatureManager, and can easily load and analyze data from a CSV file, but want to provide a flexible interface that allows users to select which columns they are interested in. Is there an easy way to do this in DAAL? Or is it just simpler to preprocess the CSV?

Any help appreciated.

0 Kudos
1 Reply
Gennady_F_Intel
Moderator
411 Views

Hi Lawrence,

preprocessing the CSV is the simplier method into the present version of DAAL

with regards

0 Kudos
Reply