Support creating tables from cudf dataframes#220
Support creating tables from cudf dataframes#220nils-braun merged 3 commits intodask-contrib:mainfrom
Conversation
|
Thanks @ayushdg! Looks good to me. I do not have a strong opinion on splitting (except if there are special parameters to |
|
Thanks for the suggestion @nils-braun. I've updated the class and module names to suggest that it handles pandas like dataframes. |
|
Great! This can be merged. |
This comment has been minimized.
This comment has been minimized.
GpuCI is one option that could be used to test integration with rapids libraries. It's what the dask repository uses as well (dask/community#138). |
|
Hi @ayushdg - that is some good news. I would be perfectly fine with this solution - I will open an issue to discuss this further. |
This PR updates the
PandasInputPluginclass to also accept (optionally) cudf dataframes, to support operations like:Opted to update the existing Pandas class since
dd.from_pandassyntax works on cudf dataframes as well. Happy to split the implementation as well if that's preferred.