Skip to content

Commit d858d53

Browse files
small topic fixes
1 parent 6d6d2cb commit d858d53

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

docs/StardustDocs/topics/gettingStarted/gettingStartedKotlinNotebook.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -100,13 +100,12 @@ You will see the content of this `DataFrame` rendered as an interactive table di
100100
## Next Steps
101101

102102
* Once you’ve successfully set up Kotlin DataFrame in Kotlin Notebook,
103-
you can move on to the [Quickstart guide](quickstart.md),
104-
which walks you through the basics of working with DataFrames inside a notebook.
103+
you can move on to the [](quickstart.md)
104+
which walks you through the basics of working with DataFrames inside a notebook.
105105

106106
* For more advanced use cases, explore our collection of
107107
[detailed guides and real-world examples](Guides-And-Examples.md),
108108
showcasing how Kotlin DataFrame can help with a variety of data tasks.
109109

110-
* Discover powerful [](Kotlin-DataFrame-Features-in-Kotlin-Notebook.md) that
110+
* Discover powerful [](Kotlin-DataFrame-Features-in-Kotlin-Notebook.md)that
111111
make exploring and understanding your data easier and more effective.
112-

docs/StardustDocs/topics/guides/Kotlin-DataFrame-Features-in-Kotlin-Notebook.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ The [Kotlin Notebook Plugin for IntelliJ IDEA](https://plugins.jetbrains.com/plu
44
combined with Kotlin DataFrame, offers powerful data analysis capabilities within an interactive environment.
55
Here are the key features:
66

7+
<!---TODO add drag-n-drop--->
8+
79
### Visual Data Exploration
810
**Page through your data**:
911
The pagination feature lets you move through your data one page at a time, making it possible to view large datasets.

0 commit comments

Comments
 (0)