Function morpheus::read_file_to_df#
Defined in File deserializers.cpp
Function Documentation#
- pybind11::object morpheus::read_file_to_df( )#
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