Template Function morpheus::write_df_to_file(const TableInfo&, const std::string&, FileTypes, ArgsT&&…)

template<typename ...ArgsT>
void morpheus::write_df_to_file(const TableInfo &tbl, const std::string &filename, FileTypes file_type = FileTypes::Auto, ArgsT&&... args)

Loads a cudf table from a CSV, JSON or Parquet file returning the DataFrame as a Python object.

Parameters

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

Returns

pybind11::object

Previous Function morpheus::utilities::show_warning_message
Next Template Function morpheus::write_df_to_file(const MutableTableInfo&, const std::string&, FileTypes, ArgsT&&…)
© Copyright 2024, NVIDIA. Last updated on Apr 11, 2024.