Function morpheus::read_file_to_df
Defined in File deserializers.cpp
-
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
- Returns
filename – : Name of the file that should be loaded into a table
pybind11::object