arkouda icon indicating copy to clipboard operation
arkouda copied to clipboard

Update IO functions to always return a dictionary

Open stress-tess opened this issue 9 months ago • 0 comments

Users have requested we have read_parquet always return a dictionary. Right now passing it a single column will return that column type (for example pdarray) but it would be nice to be consistent, so it's always valid to do ak.DataFrame(ak.read_parquet(...))

stress-tess avatar Apr 30 '24 17:04 stress-tess