Skip to content

Conversation

@AndreiKingsley
Copy link
Collaborator

After #1179

@AndreiKingsley AndreiKingsley changed the base branch from master to website_docs_dev May 8, 2025 13:48
Let’s create your first Kotlin DataFrame in the notebook — a simple "Hello, World!" style example:

```kotlin
val df = dataFrameOf("name", "age")(
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Recently i've been thinking that this syntax might be better for examples:

dataFrameOf( "name" to listOf("Alice", "Bob"), "age" to listOf(25, 30), ) 

Do you agree?

@AndreiKingsley AndreiKingsley merged commit 1a3975c into website_docs_dev May 14, 2025
6 checks passed
@AndreiKingsley AndreiKingsley deleted the website_docs_kotlin_notebook branch May 14, 2025 13:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

3 participants