Skip to content

Create the examples’ gallery for dataframe lib #889

Open
@zakurdaevm

Description

@zakurdaevm

Summary
We have a very nice examples ’ gallery for our Kandy Library.

You can find it here: https://kotlin.github.io/kandy/examples.html

It suggests choosing the type of chart (which you can see visually) which you want to render, and you will be able to copy the code and paste in the kotlin notebook and run it.

From my point of view - it's very convenience especially for new users (like as smooth onboarding).

The idea-suggestion is to create something similar for dataframe library (maybe with some main/popular code structures).

Activity

Jolanrensen

Jolanrensen commented on Sep 27, 2024

@Jolanrensen
Collaborator

Hi! I like this idea and we've been thinking about it before. However, dataframes are not as visual as plots, so it may still be hard to look for what you need as a user.

We did try to include some tables describing the process of operations (like here) or something more colorful (like here) though that has been more difficult to reproduce for other places. But as you can see, it's not immediately clear from the tables which operation is being performed.

Maybe it is still possible to do it and we just haven't found the right way yet. Do you have an example of a dataframe gallery from another library perhaps?

added this to the 0.15.0 milestone on Sep 27, 2024
modified the milestones: 0.15.0, 0.16.0 on Jan 6, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    documentationImprovements or additions to documentation (not KDocs)examplesSomething related to the examples

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

      Development

      No branches or pull requests

        Participants

        @zaleslaw@Jolanrensen@zakurdaevm

        Issue actions

          Create the examples’ gallery for dataframe lib · Issue #889 · Kotlin/dataframe