Thomas Li
Thomas Li
Draft pending resolution of Vyas's comments.
@vyasr Let's put this in as is for now?
> Ah, I realise I had the same high-level issue as @vyasr, it seems like you'd decided to do that separately? Yeah, I kinda thought about this for a bit,...
> > (but eventually, I would like this to take a pylibcudf Scalar) > > Why is this one so hard? I think you just need to have a big...
I think issue 1 is a bug in cudf (or cudf.pandas at least). I think the second bullet is not a bug in cudf, since when sort=False, the order is...
Thanks, this was mostly ready to go last time. Just needed more tests.
Thanks for pushing this through!
Just to clarify, are you looking for this feature in cudf itself, or did you need this feature using something like cudf.pandas? (also, since you're planning on reading pickles, do...
> Thanks for the reply, I know that there is a dedicated pickle module. I just wanted to compare my code without any code changes as I thought that cuDF...