nix
nix copied to clipboard
DataFrame: need API to query number of colums without fetching the column
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.