Defined in File deserializers.cpp
-
cudf::io::table_with_metadata morpheus::load_json_table(cudf::io::json_reader_options &&json_options)
Loads a cudf table from a JSON source, replacing any escape characters in the source data that cudf can’t handle.
- Parameters
json_options – : JSON file reader options
- Returns
cudf::io::table_with_metadata