G-Node / nix

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

Column dim implementation #799

Closed jgrewe closed 4 years ago

jgrewe commented 4 years ago

Not entirely done yet, e.g. tests are missing. But please feel free to comment.

jgrewe commented 4 years ago

I do have some questions about the API:

  1. do we really want to support using multiple columns? Imho, yes. Do we support complete rows? How?
  2. what convenience functions should be offered on the front-end side? E.g. getters allowing for using of col names and indices.
  3. Are the indices in getters the indices in the referenced DataFrame, or is front-end indexing relative to the number of indices used for the columnDimension?

things that need to be done:

jgrewe commented 4 years ago

closing since it will be replaced with the DataFrameDimension as in nixpy