Gregory Kimball

Gregory Kimball is a software engineering manager at NVIDIA working on the RAPIDS team. Gregory leads development for libcudf, the CUDA/C++ library for columnar data processing that powers RAPIDS cuDF. Gregory holds a PhD in applied physics from the California Institute of Technology.
Avatar photo

Posts by Gregory Kimball

Data Science

Streamline ETL Workflows with Nested Data Types in RAPIDS libcudf

Nested data types are a convenient way to represent hierarchical relationships within columnar data. They are frequently used as part of extract, transform,... 10 MIN READ
Data Science

GPU-Accelerated JSON Data Processing with RAPIDS

JSON is a widely adopted format for text-based information working interoperably between systems, most commonly in web applications. While the JSON format is... 8 MIN READ
Data Science

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
Data Science

Boosting Data Ingest Throughput with GPUDirect Storage and RAPIDS cuDF

If you work in data analytics, you know that data ingest is often the bottleneck of data preprocessing workflows. Getting data from storage and decoding it can... 14 MIN READ