chris1610 / sidetable

sidetable builds simple but useful summary tables of your data
https://pbpython.com
MIT License
385 stars 29 forks source link

Add support for cuDF #24

Open codeananda opened 3 years ago

codeananda commented 3 years ago

First off, I love this library, you've done an awesome job for creating it!

Secondly, can you add support for cuDF dataframes?

chris1610 commented 3 years ago

Thanks. Glad you find it helpful.

I'll need to look at the differences between cuDF and pandas dataframes. I'm aware of cuDF but have not used them. Let me look into it and see.

beckernick commented 2 years ago

Hi @chris1610 ! I just came across this issue due to the cuDF mention. This looks like a really cool project.

Happy to help answer any questions about cuDF if useful.