Spaces:
Sleeping
Sleeping
Update prompts.py
Browse files- prompts.py +9 -9
prompts.py
CHANGED
|
@@ -72,15 +72,15 @@ Always ensure column names exist in the dataset before referencing them.
|
|
| 72 |
INSIGHTS_SYSTEM_PROMPT = "You are a data insights expert."
|
| 73 |
|
| 74 |
SAMPLE_QUESTIONS = [
|
| 75 |
-
"
|
| 76 |
-
"
|
| 77 |
-
"
|
| 78 |
-
"
|
| 79 |
-
"
|
| 80 |
-
"
|
| 81 |
-
"
|
| 82 |
-
"
|
| 83 |
-
"
|
| 84 |
]
|
| 85 |
|
| 86 |
def get_chart_prompt(question, columns, data_sample):
|
|
|
|
| 72 |
INSIGHTS_SYSTEM_PROMPT = "You are a data insights expert."
|
| 73 |
|
| 74 |
SAMPLE_QUESTIONS = [
|
| 75 |
+
"What are the key patterns in this dataset?",
|
| 76 |
+
"Explain the data structure and what insights can be derived",
|
| 77 |
+
"What are the most important findings from this data?",
|
| 78 |
+
"Compare the relationships between different columns",
|
| 79 |
+
"Which columns have the strongest influence on the data?",
|
| 80 |
+
"What trends can you identify in the dataset?",
|
| 81 |
+
"Generate insights about data quality and completeness",
|
| 82 |
+
"What recommendations would you make based on this data?",
|
| 83 |
+
"Identify any anomalies or outliers in the dataset"
|
| 84 |
]
|
| 85 |
|
| 86 |
def get_chart_prompt(question, columns, data_sample):
|