Skip to content

Add a constructor to create a nested dataframe from columns inplace #1144

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

Merged
merged 1 commit into from
Apr 23, 2025

Conversation

koperagen
Copy link
Collaborator

@koperagen koperagen commented Apr 22, 2025

I believe it will be a very useful addition for samples, simplifies many of our existing examples that use dataFrameOf(vararg columns: AnyBaseCol) + variables (see the issue) and more robust compiler plugin support
#353. We need it to migrate our docs before 1.0

Another example here:

val dfGroup = df.convert { name.firstName }.to {

@koperagen koperagen added the enhancement New feature or request label Apr 22, 2025
@koperagen koperagen added this to the 1.0.0-Beta1 (0.16) milestone Apr 22, 2025
@koperagen koperagen requested a review from AndrewKis April 22, 2025 22:40
@koperagen koperagen self-assigned this Apr 22, 2025
@zaleslaw
Copy link
Collaborator

Create a tickets for docs for every moment to be reflected and make it higher probability to be not abandoned
Or do it in one PR (this PR)

@koperagen koperagen merged commit b121286 into master Apr 23, 2025
7 of 9 checks passed
Copy link
Contributor

@AndrewKis AndrewKis left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice!

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

Successfully merging this pull request may close these issues.

3 participants