H. Thomson Comer

Results 117 comments of H. Thomson Comer

In a sense this issue is that shapely doesn't support `null`, coordinates must be a number as the error says. cuSpatial allows `None` to be specified at the row-level, or...

My inclination is to use `fillna` before serializing to Shapely. It is just a viewer-level I/O problem, and printing `Point(nan, 3.14)` is preferable from a user-perspective than throwing an I/O...

Yes, we just need a fillna that works with `ListColumn`. I have a PR at `cudf` as linked above that might get added there, but we could just add it...

Hey @quasiben will the nvcomp contributions to kvikio be of any use here?

@quasiben I'm available to revisit it when it is an important ask. However, I'm quite happy at `node-rapids` at this time and am definitely not looking for a different project!...

I'm mostly just out reviewing my github.com/notifications and being available.

This is ready for review.

I'm looking into making [nvcomp](https://github.com/NVIDIA/nvcomp) available in cudf and/or dask-cudf. It sounds like you want to be able to apply compression to the packed dataframes, then when a computation is...