Skip to content

Latest commit

 

History

History
5 lines (4 loc) · 267 Bytes

main_page.md

File metadata and controls

5 lines (4 loc) · 267 Bytes

libcudf

libcudf is a C++ GPU DataFrame library for loading, joining, aggregating, filtering, and otherwise manipulating data. A GPU DataFrame is a column-oriented tabular data structure, so libcudf provides two core data structures: cudf::column, and cudf::table.