G-Node/nix

DataFrame: need API to query number of colums without fetching the column

gicmo opened this issue · 0 comments

gicmo commented

It seems only std::vector<Column> DataFrameHDF5::columns() exists, but there should be a way to query the number of cols without fetching the contents.