On Tuesday, 27 October 2020 at 02:50:55 UTC, 9il wrote:
On Monday, 26 October 2020 at 14:31:00 UTC, Vino wrote:[...]No. ndslice provides rectangular arrays. An associative array (as it defined in D) can't be really 2D, instead, it is an AA of AAs like in your example. A real 2D analog associative arrays are DataFrames. It is a postponed WIP ndslice feature.Ilya
Hi Ilya, Thank you very much.