Skip to content

Commit b517ee6

Browse files
data sources section init
1 parent 43553a1 commit b517ee6

File tree

5 files changed

+8
-0
lines changed

5 files changed

+8
-0
lines changed

docs/StardustDocs/d.tree

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -201,4 +201,5 @@
201201
</toc-element>
202202
<toc-element topic="_shadow_resources.md" hidden="true"/>
203203
<toc-element topic="Support.md"/>
204+
<toc-element topic="DataSources.md"/>
204205
</instance-profile>

docs/StardustDocs/topics/dataSources/CSV.md

Whitespace-only changes.
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# Data Sources
2+
3+
One of the key aspects of working with data is being able to read from and write to various data sources.
4+
Kotlin DataFrame provides seamless support for a wide range of formats to integrate into your data workflows.
5+
Below you'll find a list of supported sources along with instructions on how to read and write data using them.
6+
7+
- [JSON]()

docs/StardustDocs/topics/dataSources/Excel.md

Whitespace-only changes.

docs/StardustDocs/topics/dataSources/JSON.md

Whitespace-only changes.

0 commit comments

Comments
 (0)