Function morpheus::df_to_json(const TableInfo&, std::ostream&, bool)

void morpheus::df_to_json(const TableInfo &tbl, std::ostream &out_stream, bool include_index_col = true)

Serialize a dataframe into a JSON formatted string.

Parameters
  • tbl – : A wrapper around data in the dataframe

  • out_stream – : Output stream to write the results to a destination

  • include_index_col – : Determines whether or not to include the dataframe index

© Copyright 2023, NVIDIA. Last updated on Feb 3, 2023.