var_names
/obs_names
as fixed-size types
#172
Labels
design
Discussion about how things should be designed
var_names
/obs_names
as fixed-size types
#172
At some point, the
var_names
andobs_names
could be something other than strings in Python (See scverse/anndata#777). R data frames can only have characters as rownames, so we'll need to find a workaround.Originally, we decided to not use the rownames of obs and var in anticipation for the aforementioned feature, but I reverted this in #171 to make the code cleaner / easier to read for now.
The text was updated successfully, but these errors were encountered: