Open
Description
up to the first level the pages related to reading from Data Sources: Files, SQL databases, URLs look at the laconic Polars IO https://docs.pola.rs/user-guide/io/
Use the content from these pages: https://kotlin.github.io/dataframe/io.html
Create structure like:
Data Sources
- CSV
- JSON
- Excel
- Arrow
- SQL
- PostgreSQL
- MySQL
- MS SQL
- SQLite
- H2
- MariaDB
- Custom SQL Source
- Unsupported Data sources (Add a chapter "Integration" for the Guides of unsupported data sources or frameworks which has no special module, like Exposed, Spark, DuckDB and so on #1298)
It should be after Concepts, but before Operations