Dataframe
 
1.0

Quickstart Guide

Edit pageLast modified: 16 June 2025

This guide shows how to quickly get started with Kotlin DataFrame:
you'll learn how to load data, perform basic transformations, and build a simple plot using Kandy.

We recommend starting with Kotlin Notebook for the best beginner experience — everything works out of the box, including interactivity and rich DataFrame and plots rendering.
You can instantly see the results of each operation: view the contents of your DataFrames after every transformation, inspect individual rows and columns, and explore data step-by-step in a live and interactive way.

You can view this guide as a notebook on GitHub or download quickstart.ipynb.

To start working with Kotlin DataFrame in a notebook, run the cell with the next code:

This will load all necessary DataFrame dependencies (of the latest stable version) and all imports, as well as DataFrame rendering. Learn more here.