G-Node / nix

Neuroscience information exchange format
https://readthedocs.org/projects/nixio/
Other
66 stars 36 forks source link

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

Open gicmo opened 4 years ago

gicmo commented 4 years ago

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.