-
Notifications
You must be signed in to change notification settings - Fork 75
Util functions docs #1414
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
Util functions docs #1414
Conversation
# Conflicts: # core/src/main/kotlin/org/jetbrains/kotlinx/dataframe/util/deprecationMessages.kt
# Conflicts: # core/src/main/kotlin/org/jetbrains/kotlinx/dataframe/util/deprecationMessages.kt
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.
that's a lot of docs! great job :)
val isHappy: Boolean | ||
} | ||
|
||
private val df = dataFrameOf( |
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.
btw, can these examples not all be moved into DataFrameSampleHelper
? seems like a lot of duplication
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.
This caused by problems with plugin. When we solve them, we can reuse these DFs and schemas, but for now it doesn't work.
@@ -10,28 +10,6 @@ At the moment, these integrations are still part of the `:core` module: | |||
- (deprecated) csv/tsv | |||
- html | |||
|
|||
### Korro code samples |
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.
While they are still here, I'd keep the docs but mark that they are being moved to :samples, potentially linking an issue number. At the moment they are still here, right?
Docs for functions from #1412 + a lot of improvements for docs.
Closes #1413.