kellyjoy15

Results 4 issues of kellyjoy15

IMO, this should not require a call into the sever `value_counts` message. This could be achieved with a `True`-reduction and a subtraction from the length to get the counts for...

enhancement

Ideally, all functions should be able to take Series objects as input and apply the function to the underlying arkouda array (pdarray, categorical, strings, etc.) Right now, it seems there...

question

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.array(index_obj) --> pdarray / categorical...

enhancement
question

The indexes must be compatible, but not necessarily equal or of the same length. The column should populate n/a values for indices in the dataframe that are missing in the...

enhancement
question