-
Notifications
You must be signed in to change notification settings - Fork 73
Add KDocs for the flatten
operation
#1064
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
Conversation
Introduced detailed documentation for the `flatten` operation, explaining its behavior, parameters, and examples.
core/src/main/kotlin/org/jetbrains/kotlinx/dataframe/api/flatten.kt
Outdated
Show resolved
Hide resolved
core/src/main/kotlin/org/jetbrains/kotlinx/dataframe/api/flatten.kt
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Content looks good! Just those changes I mentioned likely need to be fixed
core/src/main/kotlin/org/jetbrains/kotlinx/dataframe/api/flatten.kt
Outdated
Show resolved
Hide resolved
core/src/main/kotlin/org/jetbrains/kotlinx/dataframe/api/flatten.kt
Outdated
Show resolved
Hide resolved
core/src/main/kotlin/org/jetbrains/kotlinx/dataframe/api/flatten.kt
Outdated
Show resolved
Hide resolved
@Jolanrensen could you please have a look. |
that's fine :) It looks good! |
Removed unused imports and improved documentation consistency in the `flatten` API. Cleaned up redundant whitespace in `DocumentationUrls` for better readability.
Introduced detailed documentation for the
flatten
operation, explaining its behavior, parameters, and examples.Fix #814