ak.to_cudf#

Defined in awkward.operations.ak_to_cudf on line 11.

ak.to_cudf(array)#
Parameters:

array – Array-like data (anything ak.to_layout recognizes).

Converts an Awkward Array into a cuDF Series.

Buffers that are not already in GPU memory will be transferred, and some structural reformatting may happen to account for differences in architecture.

This function requires the cudf library and a compatible GPU.

See also ak.to_cupy, ak.from_cupy, ak.to_dataframe.