Skip to content

Commit e9aad42

Browse files
guides and examples merge
1 parent 98a7196 commit e9aad42

File tree

5 files changed

+32
-22
lines changed

5 files changed

+32
-22
lines changed

docs/StardustDocs/d.tree

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
status="release"
88
start-page="Home.topic">
99
<toc-element topic="Home.topic"/>
10-
<toc-element topic="Guides.md">
10+
<toc-element topic="Guides-And-Examples.md">
1111
<toc-element topic="quickstart.md"/>
1212
</toc-element>
1313

docs/StardustDocs/topics/Home.topic

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515
<spotlight>
1616
<a href="quickstart.md" type="start">Quickstart Guide</a>
17-
<a href="Guides.md" type="library">User guides</a>
17+
<a href="Guides-And-Examples.md" type="library">Guides And Examples</a>
1818
</spotlight>
1919

2020
<primary>
Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
# Guides And Examples
2+
3+
<web-summary>
4+
Browse a collection of guides and examples covering key features and real-world use cases of Kotlin DataFrame — from basics to advanced data analysis.
5+
</web-summary>
6+
7+
<card-summary>
8+
Explore Kotlin DataFrame with user guides and real-world examples,
9+
showcasing practical use cases and data workflows.
10+
</card-summary>
11+
12+
<link-summary>
13+
A curated list of Kotlin DataFrame guides and examples that walk you through common operations and data analysis patterns step by step.
14+
</link-summary>
15+
16+
17+
## Guides
18+
19+
* [Quickstart Guide](quickstart.md) — get started with Kotlin DataFrame in a few simple steps:
20+
load data, transform it, and visualize it.
21+
22+
<!--- TODO: add more guides. --->
23+
24+
## Examples
25+
26+
* [Titanic](titanic.md)
27+
28+
!--- TODO: add guides --->

docs/StardustDocs/topics/guides/Guides.md

Lines changed: 0 additions & 18 deletions
This file was deleted.

docs/StardustDocs/topics/guides/quickstart.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -350,8 +350,8 @@ dfWithIsIntellij.writeExcel("jb_repos.xlsx")
350350
In this quickstart, we covered the basics — reading data, transforming it, and building a simple visualization.
351351
Ready to go deeper? Check out what’s next:
352352

353-
- 📘 **[Explore in-depth guides](Guides.md)** with cool real-world examples with various
354-
of datasets and different use cases.
353+
- 📘 **[Explore in-depth guides and various examples](Guides-And-Examples.md)** with different datasets,
354+
API usage examples, and practical scenarios that help you understand the main features of Kotlin DataFrame.
355355

356356
- 🛠️ **[Browse the operations overview](operations.md)** to learn what Kotlin DataFrame can do.
357357

0 commit comments

Comments
 (0)