Skip to content
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

Create the examples’ gallery for dataframe lib #889

Open
zakurdaevm opened this issue Sep 26, 2024 · 1 comment
Open

Create the examples’ gallery for dataframe lib #889

zakurdaevm opened this issue Sep 26, 2024 · 1 comment
Labels
documentation Improvements or additions to documentation (not KDocs) examples Something related to the examples
Milestone

Comments

@zakurdaevm
Copy link

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).

@Jolanrensen
Copy link
Collaborator

Jolanrensen commented Sep 27, 2024

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?

@Jolanrensen Jolanrensen added the documentation Improvements or additions to documentation (not KDocs) label Sep 27, 2024
@zaleslaw zaleslaw added the examples Something related to the examples label Sep 27, 2024
@zaleslaw zaleslaw added this to the 0.15.0 milestone Sep 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation (not KDocs) examples Something related to the examples
Projects
None yet
Development

No branches or pull requests

3 participants