Template Function morpheus::write_df_to_file(const TableInfo&, const std::string&, FileTypes, ArgsT&&…)
Defined in File serializers.hpp
-
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 either CSV or JSON file returning the DataFrame as a Python object.
- Parameters
- Returns
filename – : Name of the file that should be loaded into a table
pybind11::object