hipdf.DataFrame.to_records

hipdf.DataFrame.to_records#

20 min read time

Applies to Linux

DataFrame.to_records(index=True)#

Convert to a numpy recarray

Parameters#

indexbool

Whether to include the index in the output.

Returns#

numpy recarray