Function morpheus::load_json_table
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
- Returns
json_options – : JSON file reader options
cudf::io::table_with_metadata