This is an automated email from the ASF dual-hosted git repository.

rusackas pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/superset.git


The following commit(s) were added to refs/heads/master by this push:
     new 0c490dc1ab docs(exploring-data): add overview to tutorial (#37028)
0c490dc1ab is described below

commit 0c490dc1abe82bdb43de5b89bf917206c2dd453b
Author: SakshiiRohida <[email protected]>
AuthorDate: Wed Jan 14 00:17:04 2026 +0530

    docs(exploring-data): add overview to tutorial (#37028)
    
    Co-authored-by: Evan Rusackas <[email protected]>
---
 docs/docs/using-superset/exploring-data.mdx | 8 +++++---
 1 file changed, 5 insertions(+), 3 deletions(-)

diff --git a/docs/docs/using-superset/exploring-data.mdx 
b/docs/docs/using-superset/exploring-data.mdx
index 6a62f448e1..0cc812382a 100644
--- a/docs/docs/using-superset/exploring-data.mdx
+++ b/docs/docs/using-superset/exploring-data.mdx
@@ -9,9 +9,11 @@ import useBaseUrl from "@docusaurus/useBaseUrl";
 
 ## Exploring Data in Superset
 
-In this tutorial, we will introduce key concepts in Apache Superset through 
the exploration of a
-real dataset which contains the flights made by employees of a UK-based 
organization in 2011. The
-following information about each flight is given:
+Apache Superset enables users to explore data interactively through SQL 
queries, visual query builders, and rich visualizations, making it easier to 
understand datasets before building charts and dashboards.
+
+In this tutorial, we will introduce key concepts in Apache Superset through 
the exploration of a real dataset which contains the flights made by employees 
of a UK-based organization in 2011.
+
+The following information about each flight is given:
 
 - The traveler’s department. For the purposes of this tutorial the departments 
have been renamed
   Orange, Yellow and Purple.

Reply via email to