arkouda
arkouda copied to clipboard
Update IO functions to always return a dictionary
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(...))