Function morpheus::load_table_from_file

cudf::io::table_with_metadata morpheus::load_table_from_file(const std::string &filename, FileTypes file_type = FileTypes::Auto)

Loads a cudf table from either CSV or JSON file.

Parameters:

filename – : Name of the file that should be loaded into a table

Returns:

cudf::io::table_with_metadata

© Copyright 2023, NVIDIA. Last updated on Oct 12, 2023.