Posts by David Wendt
Data Science
Sep 11, 2024
Scaling Up to One Billion Rows of Data in pandas using RAPIDS cuDF
The One Billion Row Challenge is a fun benchmark to showcase basic data processing operations. It was originally launched as a pure-Java competition, and has...
11 MIN READ
Data Science
Oct 17, 2022
Mastering String Transformations in RAPIDS libcudf
Efficient processing of string data is vital for many data science applications. To extract valuable information from string data, RAPIDS libcudf provides...
17 MIN READ