cudf.DataFrame.to_records#

DataFrame.to_records(index=True)#

Convert to a numpy recarray

Parameters
indexbool

Whether to include the index in the output.

Returns
numpy recarray