File tree Expand file tree Collapse file tree 19 files changed +11
-11
lines changed Expand file tree Collapse file tree 19 files changed +11
-11
lines changed Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ Kotlin DataFrame supports reading from and writing to Apache Arrow files.
17
17
18
18
Requires the [ ` dataframe-arrow ` module] ( Modules.md#dataframe-arrow ) , which is included by
19
19
default in the general [ ` dataframe ` ] ( Modules.md#dataframe-general ) artifact
20
- and in [ ` %use dataframe ` ] ( gettingStartedKotlinNotebook .md#integrate-kotlin-dataframe) for Kotlin Notebook.
20
+ and in [ ` %use dataframe ` ] ( SetupKotlinNotebook .md#integrate-kotlin-dataframe) for Kotlin Notebook.
21
21
22
22
> Make sure to follow the
23
23
> [ Apache Arrow Java compatibility guide] ( https://arrow.apache.org/docs/java/install.html#java-compatibility )
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ Kotlin DataFrame supports reading from and writing to CSV and TSV files.
17
17
18
18
Requires the [ ` dataframe-csv ` module] ( Modules.md#dataframe-csv ) ,
19
19
which is included by default in the general [ ` dataframe ` ] ( Modules.md#dataframe-general )
20
- artifact and in [ ` %use dataframe ` ] ( gettingStartedKotlinNotebook .md#integrate-kotlin-dataframe) for Kotlin Notebook.
20
+ artifact and in [ ` %use dataframe ` ] ( SetupKotlinNotebook .md#integrate-kotlin-dataframe) for Kotlin Notebook.
21
21
22
22
## Read
23
23
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ Kotlin DataFrame supports reading from and writing to Excel files in both `.xls`
17
17
18
18
Requires the [ ` dataframe-excel ` module] ( Modules.md#dataframe-excel ) ,
19
19
which is included by default in the general [ ` dataframe ` ] ( Modules.md#dataframe-general )
20
- artifact and in [ ` %use dataframe ` ] ( gettingStartedKotlinNotebook .md#integrate-kotlin-dataframe) for Kotlin Notebook.
20
+ artifact and in [ ` %use dataframe ` ] ( SetupKotlinNotebook .md#integrate-kotlin-dataframe) for Kotlin Notebook.
21
21
22
22
## Read
23
23
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ Kotlin DataFrame supports reading from and writing to JSON files.
16
16
17
17
Requires the [ ` dataframe-json ` module] ( Modules.md#dataframe-json ) ,
18
18
which is included by default in the general [ ` dataframe ` ] ( Modules.md#dataframe-general )
19
- artifact and in [ ` %use dataframe ` ] ( gettingStartedKotlinNotebook .md#integrate-kotlin-dataframe)
19
+ artifact and in [ ` %use dataframe ` ] ( SetupKotlinNotebook .md#integrate-kotlin-dataframe)
20
20
for Kotlin Notebook.
21
21
22
22
> Kotlin DataFrame is suitable only for working with table-like structured JSON —
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ Kotlin DataFrame supports reading from an [H2](https://www.h2database.com/html/m
17
17
18
18
Requires the [ ` dataframe-jdbc ` module] ( Modules.md#dataframe-jdbc ) ,
19
19
which is included by default in the general [ ` dataframe ` artifact] ( Modules.md#dataframe-general )
20
- and in [ ` %use dataframe ` ] ( gettingStartedKotlinNotebook .md#integrate-kotlin-dataframe) for Kotlin Notebook.
20
+ and in [ ` %use dataframe ` ] ( SetupKotlinNotebook .md#integrate-kotlin-dataframe) for Kotlin Notebook.
21
21
22
22
You’ll also need [ the official H2 JDBC driver] ( https://www.h2database.com/html/main.html ) :
23
23
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ Kotlin DataFrame supports reading from [MariaDB](https://mariadb.org) database u
17
17
18
18
Requires the [ ` dataframe-jdbc ` module] ( Modules.md#dataframe-jdbc ) ,
19
19
which is included by default in the general [ ` dataframe ` artifact] ( Modules.md#dataframe-general )
20
- and in [ ` %use dataframe ` ] ( gettingStartedKotlinNotebook .md#integrate-kotlin-dataframe) for Kotlin Notebook.
20
+ and in [ ` %use dataframe ` ] ( SetupKotlinNotebook .md#integrate-kotlin-dataframe) for Kotlin Notebook.
21
21
22
22
You’ll also need [ the official MariaDB JDBC driver] ( https://mariadb.com/docs/connectors/mariadb-connector-j ) :
23
23
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ database using JDBC.
18
18
19
19
Requires the [ ` dataframe-jdbc ` module] ( Modules.md#dataframe-jdbc ) ,
20
20
which is included by default in the general [ ` dataframe ` artifact] ( Modules.md#dataframe-general )
21
- and in [ ` %use dataframe ` ] ( gettingStartedKotlinNotebook .md#integrate-kotlin-dataframe) for Kotlin Notebook.
21
+ and in [ ` %use dataframe ` ] ( SetupKotlinNotebook .md#integrate-kotlin-dataframe) for Kotlin Notebook.
22
22
23
23
You’ll also need
24
24
[ the official MS SQL JDBC driver] ( https://learn.microsoft.com/en-us/sql/connect/jdbc/download-microsoft-jdbc-driver-for-sql-server?view=sql-server-ver17 ) :
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ Kotlin DataFrame supports reading from [MySQL](https://www.mysql.com) database u
17
17
18
18
Requires the [ ` dataframe-jdbc ` module] ( Modules.md#dataframe-jdbc ) ,
19
19
which is included by default in the general [ ` dataframe ` artifact] ( Modules.md#dataframe-general )
20
- and in [ ` %use dataframe ` ] ( gettingStartedKotlinNotebook .md#integrate-kotlin-dataframe) for Kotlin Notebook.
20
+ and in [ ` %use dataframe ` ] ( SetupKotlinNotebook .md#integrate-kotlin-dataframe) for Kotlin Notebook.
21
21
22
22
You’ll also need [ the official MySQL JDBC driver] ( https://dev.mysql.com/downloads/connector/j/ ) :
23
23
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ Kotlin DataFrame supports reading from [PostgreSQL](https://www.postgresql.org)
17
17
18
18
Requires the [ ` dataframe-jdbc ` module] ( Modules.md#dataframe-jdbc ) ,
19
19
which is included by default in the general [ ` dataframe ` artifact] ( Modules.md#dataframe-general )
20
- and in [ ` %use dataframe ` ] ( gettingStartedKotlinNotebook .md#integrate-kotlin-dataframe) for Kotlin Notebook.
20
+ and in [ ` %use dataframe ` ] ( SetupKotlinNotebook .md#integrate-kotlin-dataframe) for Kotlin Notebook.
21
21
22
22
You’ll also need [ the official PostgreSQL JDBC driver] ( https://jdbc.postgresql.org ) :
23
23
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ Kotlin DataFrame supports reading from SQL databases using JDBC.
16
16
17
17
Requires the [ ` dataframe-jdbc ` module] ( Modules.md#dataframe-jdbc ) ,
18
18
which is included by default in the general [ ` dataframe ` artifact] ( Modules.md#dataframe-general )
19
- and in [ ` %use dataframe ` ] ( gettingStartedKotlinNotebook .md#integrate-kotlin-dataframe) for Kotlin Notebook.
19
+ and in [ ` %use dataframe ` ] ( SetupKotlinNotebook .md#integrate-kotlin-dataframe) for Kotlin Notebook.
20
20
You’ll also need a JDBC driver for the specific database.
21
21
22
22
## Supported databases
You can’t perform that action at this time.
0 commit comments