Resource
cuDF is a GPU DataFrame library for loading, joining, aggregating, filtering, and otherwise manipulating data. This tutorial provides a quick intro to the pandas-like library and its most commonly-used functionality.
Use the NGC CLI to download:
Copied!
cuDF is a GPU DataFrame library for loading, joining, aggregating, filtering, and otherwise manipulating data. cuDF provides a pandas-like API that will be familiar to data engineers & data scientists, so they can use it to easily accelerate their workflows without going into the details of CUDA programming.
This tutorial will walk developers through how to read, clean, and analyze data and introduce the basics to get started with accelerating analytics.