This project is a demonstration of Kotlin DataFrame compiler plugin.
Install IntelliJ IDEA 2025.3 or newer
Properties provided by the compiler plugin should appear. If they're red, don't hesitate to reach out for help in the issue tracker.

Multiple examples are provided:
- WowAH.kt starts with defined DataSchema
- SupportedAPI.kt provides an overview for things that plugin can do.
- DataClasses.kt is an entry point if the data you want to play with can be conveniently created as a list of object instances. Then it can be converted to DataFrame
- GenerateSchema.kt and UseSchema.kt is an entry point if you have a file or API with data
- Kandy.kt shows how properties provided by the plugin can be used to build plots with Kandy