GitHub - rapidsai/cudf: cuDF - GPU DataFrame Library
cuDF - GPU DataFrames
📢 cuDF can now be used as a no-code-change accelerator for pandas! To learn more, see here!
cuDF (pronounced "KOO-dee-eff") is a GPU DataFrame library
for loading, joining, aggregating, filtering, and otherwise
manipulating data. cuDF leverages
libcudf, a
blazing-fast C++/CUDA dataframe library and the Apache
Arrow columnar format to provide a
GPU-accelerated pandas API.
You can import cudf directly and use it like pandas:
import cudf
tips_df = cudf.read_csv("https://githu...
Read more at github.com