Currently the key data part is implemented using numpy structured arrays. An alternative approach I tried used pandas multi-index DataFrames (#4 ). This issue is to explore/discuss different implementations and their performance.
Currently the key data part is implemented using numpy structured arrays.
An alternative approach I tried used pandas multi-index DataFrames (#4 ).
This issue is to explore/discuss different implementations and their performance.