Skip to content

Commit 688bf77

Browse files
author
Dylan Huang
committed
better description
1 parent 4eacb86 commit 688bf77

1 file changed

Lines changed: 5 additions & 4 deletions

File tree

vite-app/src/components/PivotTab.tsx

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -328,10 +328,11 @@ const PivotTab = observer(() => {
328328
return (
329329
<div>
330330
<div className="text-xs text-gray-600 mb-2 max-w-2xl">
331-
Configure your pivot table by selecting fields for rows, columns, and
332-
values. Use the dropdowns below to choose from available flattened
333-
JSONPath keys. You can add/remove fields and change the value field to
334-
pivot on different metrics.
331+
Answer questions about your dataset by creating pivot tables that
332+
summarize and analyze your data. Select fields for rows, columns, and
333+
values to explore patterns, compare metrics across different dimensions,
334+
and gain insights from your evaluation results. Use filters to focus on
335+
specific subsets of your data.
335336
</div>
336337

337338
<FieldSelector

0 commit comments

Comments
 (0)