langchain_community.utilities.powerbi
.json_to_md¶
- langchain_community.utilities.powerbi.json_to_md(json_contents: List[Dict[str, Union[str, int, float]]], table_name: Optional[str] = None) str [来源]¶
将JSON对象转换为markdown表格。
- 参数
json_contents (列表[字典[字符串, 联合[字符串, 整数, 浮点数]][字典[字符串, 联合[字符串, 整数, 浮点数]]]) –
table_name (可选[字符串]) –
- 返回类型
字符串