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

Previous Function morpheus::PYBIND11_MODULE(stages, _module)
Next Function morpheus::set_contiguous_stride
© Copyright 2024, NVIDIA. Last updated on Apr 11, 2024.