G-Node / nix

Neuroscience information exchange format

Home Page:https://readthedocs.org/projects/nixio/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

gicmo opened this issue · 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.