Function morpheus::prepare_df_index#
Defined in File deserializers.cpp
Function Documentation#
- int morpheus::prepare_df_index(
- cudf::io::table_with_metadata &data_table
Returns the number of index columns in
data_table
, in practice this will be a0
or1
Ifdata_table
contains a column named “Unnamed: 0” it will be renamed to “”.- Parameters:
data_table – : Table which contains the data and it’s metadata
- Returns:
int