arkouda icon indicating copy to clipboard operation
arkouda copied to clipboard

Provide an intuitive way to get a Series and/or array out of an index object

Open kellyjoy15 opened this issue 2 years ago • 0 comments

I haven't spent a great deal of time thinking about it, but the following are all things I would intuitively think to try:

ak.Series(index_obj) --> <ak.Series> ak.array(index_obj) --> pdarray / categorical / strings .. based on the relevant dtype index_obj.values --> same as above

kellyjoy15 avatar May 04 '22 15:05 kellyjoy15