Spaces:
Sleeping
Sleeping
Mustehson commited on
Commit ·
eab6d7f
1
Parent(s): 6dd67f1
Bug
Browse files
app.py
CHANGED
|
@@ -148,7 +148,7 @@ def main(table):
|
|
| 148 |
schema = get_table_schema(table)
|
| 149 |
df = get_data_df(schema)
|
| 150 |
df_statistics, df_alerts = statistics(df)
|
| 151 |
-
|
| 152 |
|
| 153 |
tests = run_llm(df)
|
| 154 |
print(tests)
|
|
|
|
| 148 |
schema = get_table_schema(table)
|
| 149 |
df = get_data_df(schema)
|
| 150 |
df_statistics, df_alerts = statistics(df)
|
| 151 |
+
describe_num, describe_cat = describe(df)
|
| 152 |
|
| 153 |
tests = run_llm(df)
|
| 154 |
print(tests)
|