nix icon indicating copy to clipboard operation
nix copied to clipboard

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

Open gicmo opened this issue 5 years ago • 0 comments

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.

gicmo avatar Apr 04 '20 16:04 gicmo