Kotlin / Kotlin/dataframe

Call generated Dataframe interface wrappers based on AI suggestions

Open
#406 3 comments 5 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

enhancement research
Dominant language
Kotlin
Stars
1.1k
Forks
83
Avg merge
4d 12h
Merged PRs (30d)
30

Description

Problem. Now dataframe generated interfaces have names like DataFrameTypeXXX. They are too generic and non-descriptive.

However, it could be named better if we base on the column names of the dataframe. ChatGPT solves this task pretty well:
image

It could be not embedded functionality but SPI-loadable extension.

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start by locating how DataFrameTypeXXX interfaces are generated and review the project's extension or SPI-loading architecture. Define how column names should produce descriptive wrapper names, then determine whether the behavior belongs in the core or an SPI-loadable extension; completion requires an agreed design and implementation path.

Written by the indexing model from the issue text.

Assessment

Tech stack
kotlin
Domain
data
Issue type
Feature
Difficulty
5/5
Estimated time
Over a week
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
25/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.