Function morpheus::read_file_to_df

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

Loads a cudf table from either CSV or JSON file returning the DataFrame as a Python object.

Parameters

filename – : Name of the file that should be loaded into a table

Returns

pybind11::object

© Copyright 2023, NVIDIA. Last updated on Apr 11, 2023.