Skip to content

Migrated deprecated usages in sort.kt, fixed toDataFrame visibilities test, clarified row[col] deprecation#1789

Open
koperagen wants to merge 3 commits intomasterfrom
dataframe-dev
Open

Migrated deprecated usages in sort.kt, fixed toDataFrame visibilities test, clarified row[col] deprecation#1789
koperagen wants to merge 3 commits intomasterfrom
dataframe-dev

Conversation

@koperagen
Copy link
Copy Markdown
Collaborator

@koperagen koperagen commented Apr 3, 2026

In the sort.kt col.sortWith { df1, df2 -> df1[a] - df2[a] } could not be migrated to a[df1], only a.getValue(df1) works for ColumnAccessor. So i updated deprecation message
We could use this commit as illustration of migrations in guides

@koperagen koperagen added this to the 1.0.0-Beta5 milestone Apr 3, 2026
@koperagen koperagen self-assigned this Apr 3, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant