ak.to_cudf ---------- .. py:module: ak.to_cudf Defined in `awkward.operations.ak_to_cudf `__ on `line 11 `__. .. py:function:: ak.to_cudf(array) :param array: Array-like data (anything :py:obj:`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 (< 25.12.00) and a compatible GPU. cuDF versions 25.12.00 and later are not currently supported due to incompatible changes in cuDF internals. See also :py:obj:`ak.to_cupy`, :py:obj:`ak.from_cupy`, :py:obj:`ak.to_dataframe`.