Defined in File serializers.cpp
-
std::string morpheus::df_to_json(const TableInfo &tbl, bool include_index_col = true)
Serialize a dataframe into a JSON formatted string.
- Parameters
tbl – : A wrapper around data in the dataframe
include_index_col – : Determines whether or not to include the dataframe index
- Returns
std::string