Skip to content

Website docs kotlin notebook #1180

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 11 commits into
base: website_docs_dev
Choose a base branch
from

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants