issues
search
anthonymorast
/
DataTables
A tabular data structure for C++
23
stars
6
forks
source link
Immediately useful funcitonality
#1
Closed
anthonymorast
closed
2 years ago
anthonymorast
commented
4 years ago
~Ability to create DataTables from other DataTables (datatable::DataTable dt(
);~
~Ability to remove single column~
Ability to append rows/columns to the dataset.
anthonymorast
commented
4 years ago
~Get response column name if available~
~Set delimiter in the from_csv() function (rename to from_file/from_delimited_file?)~
anthonymorast
commented
2 years ago
Will break the last point out to its own issue.