ianfr / adsl-cpp

A Data Science Library for C++
BSD 2-Clause "Simplified" License
0 stars 0 forks source link

Load data from CSV #1

Closed ianfr closed 3 years ago

ianfr commented 3 years ago

Create a utility function or a DataFrame class method to load a matrix of doubles from a CSV into a DataFrame.

Don't worry about DataList (can always convert a 1-column file to a DataList with the getFirst lambda)

ianfr commented 3 years ago

branch