Sure. I'd like to bundle an M x N shaped tensor along with the M row labels (dates) and N column labels (string identifiers) in one response.
Razvan On Fri, Jul 12, 2019, 6:53 PM Wes McKinney <wesmck...@gmail.com> wrote: > hi Razvan -- can you clarify what "together with a row and a column > index? means? > > On Fri, Jul 12, 2019 at 11:17 AM Razvan Chitu <razvan.m.ch...@gmail.com> > wrote: > > > > Hi, > > > > Does the IPC format currently support streaming a tensor together with a > > row and a column index? If not, are there any plans for this to be > > supported? It'd be quite a useful for matrices that could have 10s of > > thousands of either rows, columns or both. For my use case I am currently > > representing matrices as record batches, but performance is not that > great > > when there are many columns and few rows. > > > > Thanks, > > Razvan >