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

Function Documentation#

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