Skip to content

Conversation

AndreiKingsley
Copy link
Collaborator

@AndreiKingsley AndreiKingsley commented Aug 26, 2025

Docs for functions from #1412 + a lot of improvements for docs.
Closes #1413.

@AndreiKingsley AndreiKingsley changed the title add kdf plugin Util functions docs Aug 26, 2025
Base automatically changed from util_functions_fixes to master August 30, 2025 13:05
@AndreiKingsley AndreiKingsley marked this pull request as ready for review September 3, 2025 13:40
Copy link
Collaborator

@Jolanrensen Jolanrensen left a 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(
Copy link
Collaborator

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

Copy link
Collaborator Author

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
Copy link
Collaborator

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?

@AndreiKingsley AndreiKingsley merged commit bda8ee3 into master Sep 8, 2025
4 checks passed
@AndreiKingsley AndreiKingsley deleted the util_functions_docs branch September 8, 2025 18:24
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 website docs for small utility functions
2 participants