mirror of
https://github.com/csunny/DB-GPT.git
synced 2025-08-12 05:32:32 +00:00
feat(editor): ChatExcel
🔥ChatExcel Mode Operation Manual
This commit is contained in:
parent
c03825b2c6
commit
4cada93bfa
@ -155,6 +155,7 @@ def response_bar_chart(speak: str, df: DataFrame) -> str:
|
||||
|
||||
fig, ax = plt.subplots(figsize=(8, 5), dpi=100)
|
||||
|
||||
hue = None
|
||||
x,y, non_num_columns, num_colmns =data_pre_classification(df)
|
||||
if len(non_num_columns) >= 1:
|
||||
hue = non_num_columns[0]
|
||||
|
Loading…
Reference in New Issue
Block a user