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
Site Navigation
Section Navigation
API Documentation
Convert to a numpy recarray
Whether to include the index in the output.