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

Add separator parameter to DataFrame.flatten #667

Merged
merged 1 commit into from
Apr 19, 2024

Conversation

zaleslaw
Copy link
Collaborator

Fixes #666 and #660

Added a 'separator' parameter to the DataFrame.flatten function to customize the separator used in column names when 'keepParentNameForColumns' is true. This allows greater flexibility in formatting column names. Tests have been updated accordingly to check for proper functionality.

Added a 'separator' parameter to the DataFrame.flatten function to customize the separator used in column names when 'keepParentNameForColumns' is true. This allows greater flexibility in formatting column names. Tests have been updated accordingly to check for proper functionality.
@zaleslaw zaleslaw requested a review from Jolanrensen April 18, 2024 11:39
@zaleslaw zaleslaw merged commit 41577df into Kotlin:master Apr 19, 2024
2 checks passed
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.

Add separator selection for the flatten(keepParentNameForColumns = true) function
2 participants