Function morpheus::get_column_names_from_table#

Function Documentation#

std::vector<std::string> morpheus::get_column_names_from_table(
const cudf::io::table_with_metadata &table
)#

Get the column names from table object. Looks at both column_names as well as schema_info and returns the correct one.

Parameters:

table – The table to pull the columns from

Returns:

std::vector<std::string>