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.
1717
1818Requires the [ ` dataframe-arrow ` module] ( Modules.md#dataframe-arrow ) , which is included by
1919default 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.
2121
2222> Make sure to follow the
2323> [ 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.
1717
1818Requires the [ ` dataframe-csv ` module] ( Modules.md#dataframe-csv ) ,
1919which 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.
2121
2222## Read
2323
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`
1717
1818Requires the [ ` dataframe-excel ` module] ( Modules.md#dataframe-excel ) ,
1919which 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.
2121
2222## Read
2323
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ Kotlin DataFrame supports reading from and writing to JSON files.
1616
1717Requires the [ ` dataframe-json ` module] ( Modules.md#dataframe-json ) ,
1818which 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)
2020for Kotlin Notebook.
2121
2222> 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
1717
1818Requires the [ ` dataframe-jdbc ` module] ( Modules.md#dataframe-jdbc ) ,
1919which 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.
2121
2222You’ll also need [ the official H2 JDBC driver] ( https://www.h2database.com/html/main.html ) :
2323
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
1717
1818Requires the [ ` dataframe-jdbc ` module] ( Modules.md#dataframe-jdbc ) ,
1919which 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.
2121
2222You’ll also need [ the official MariaDB JDBC driver] ( https://mariadb.com/docs/connectors/mariadb-connector-j ) :
2323
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ database using JDBC.
1818
1919Requires the [ ` dataframe-jdbc ` module] ( Modules.md#dataframe-jdbc ) ,
2020which 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.
2222
2323You’ll also need
2424[ 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
1717
1818Requires the [ ` dataframe-jdbc ` module] ( Modules.md#dataframe-jdbc ) ,
1919which 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.
2121
2222You’ll also need [ the official MySQL JDBC driver] ( https://dev.mysql.com/downloads/connector/j/ ) :
2323
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ Kotlin DataFrame supports reading from [PostgreSQL](https://www.postgresql.org)
1717
1818Requires the [ ` dataframe-jdbc ` module] ( Modules.md#dataframe-jdbc ) ,
1919which 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.
2121
2222You’ll also need [ the official PostgreSQL JDBC driver] ( https://jdbc.postgresql.org ) :
2323
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ Kotlin DataFrame supports reading from SQL databases using JDBC.
1616
1717Requires the [ ` dataframe-jdbc ` module] ( Modules.md#dataframe-jdbc ) ,
1818which 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.
2020You’ll also need a JDBC driver for the specific database.
2121
2222## Supported databases
You can’t perform that action at this time.
0 commit comments