Open
Description
As a reference https://ktor.io/docs/faq.html
Use as a base, these questions:
- Does the library work on Android? And what about Android Studio?
- Is the library only available in Kotlin Notebooks?
- When is support planned for other SQL databases like Oracle or BigQuery?
- What Kotlin and IntelliJ IDEA versions are compatible with the library and its compiler plugin? Do I need IntelliJ Ultimate?
- How can I check what the latest version of the library is?
- Can I use Kotlin DataFrame outside of Jupyter Notebooks?
- How do I install Kotlin DataFrame in a Gradle project?
- What platforms are officially supported (JVM, JS, Native)? or "Is DataFrame multiplatform?"
- Is there support for hierarchical or nested data?
- What’s the difference between DataFrame, DataRow, and DataColumn?
- How do I read and write data from SQL databases?
- How can I generate schema-based column accessors?
- How do I handle missing data (null, NA, NaN)?
- What is the best way to clean and preprocess data?
- How do I group, aggregate, and pivot data?
- How do I interoperate with collections like List or Map?
- How can I work with JSON or hierarchical data formats?
- Is Kotlin DataFrame immutable?
- Can I define and reuse custom data schemas?
- How do I contribute or report an issue?