Function morpheus::read_file_to_df#

Function Documentation#

pybind11::object morpheus::read_file_to_df(
const std::string &filename,
FileTypes file_type = FileTypes::Auto
)#

Loads a cudf table from either 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