Function morpheus::get_table_info_data_slice

TableInfoData morpheus::get_table_info_data_slice(const TableInfoData &table, cudf::size_type start, cudf::size_type stop, std::vector<std::string> column_names)

Helper function for calculating the slice of a TableInfoData object.

Parameters:
  • table – Object to slice

  • start – Start row for the slice. Relative to the “offset” in table

  • stop – Stop row for the slice. Relative to the “offset” in table

  • column_names – Columns to filter by

Returns:

TableInfoData

© Copyright 2023, NVIDIA. Last updated on Aug 23, 2023.