Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
Show all changes
55 commits
Select commit Hold shift + click to select a range
1e58c54
add kdf plugin
AndreiKingsley Aug 26, 2025
2c0f5b7
any samples
AndreiKingsley Aug 26, 2025
e6d715b
any samples tests
AndreiKingsley Aug 27, 2025
ea652b1
any docs
AndreiKingsley Aug 27, 2025
63b1044
any resources
AndreiKingsley Aug 27, 2025
e461d3f
any related operations
AndreiKingsley Aug 28, 2025
d7b2dee
all docs
AndreiKingsley Aug 28, 2025
f164903
korro docs fix
AndreiKingsley Aug 28, 2025
e13c039
rowCondition definition
AndreiKingsley Aug 28, 2025
f58adb0
update related operations
AndreiKingsley Aug 28, 2025
16df339
asSequence
AndreiKingsley Aug 28, 2025
5587e3d
update `tests` module
AndreiKingsley Aug 28, 2025
41e9568
rename "tests" module to "samples"
AndreiKingsley Aug 28, 2025
cb48406
Merge branch 'master' into util_functions_docs
AndreiKingsley Aug 30, 2025
82f7f33
Merge branch 'master' into util_functions_docs
AndreiKingsley Aug 30, 2025
95b4b60
update iframes
AndreiKingsley Aug 30, 2025
2e70ea5
update iframes
AndreiKingsley Aug 30, 2025
b10ff23
update iframes
AndreiKingsley Aug 30, 2025
3494f53
update iframes
AndreiKingsley Sep 1, 2025
a13ca5b
asIterable asSequence docs
AndreiKingsley Sep 1, 2025
ac84dfa
associate docs
AndreiKingsley Sep 1, 2025
1c40dcf
associate docs fixes
AndreiKingsley Sep 1, 2025
851433a
update build script
AndreiKingsley Sep 1, 2025
f193ae8
update korro
AndreiKingsley Sep 1, 2025
b90b67c
fix explainer
AndreiKingsley Sep 1, 2025
cae7be0
format iframes
AndreiKingsley Sep 1, 2025
c5d6a83
associate docs
AndreiKingsley Sep 1, 2025
bc3916c
update shadow resources
AndreiKingsley Sep 1, 2025
159a3ef
update formated iframes
AndreiKingsley Sep 2, 2025
e3ae7bc
exclude transitive df dependency in Kandy
AndreiKingsley Sep 2, 2025
09d3512
between and chunked docs
AndreiKingsley Sep 3, 2025
15060e8
chunked topic
AndreiKingsley Sep 3, 2025
21454ee
chunked and between examples
AndreiKingsley Sep 3, 2025
d56d257
chunked and between korro
AndreiKingsley Sep 3, 2025
a59b76a
chunked and between iframes to resources
AndreiKingsley Sep 3, 2025
3db0e92
chunked and between docs update
AndreiKingsley Sep 3, 2025
7b431a5
chunked and between docs code update
AndreiKingsley Sep 3, 2025
94ae25a
shuffle and tail docs
AndreiKingsley Sep 3, 2025
7519dbd
update resources
AndreiKingsley Sep 3, 2025
d19af9a
Utils topic
AndreiKingsley Sep 3, 2025
2465c61
update examples
AndreiKingsley Sep 3, 2025
e0c157f
update examples code korro
AndreiKingsley Sep 3, 2025
43cb6ec
remove macos .DS_Store
AndreiKingsley Sep 3, 2025
dd556a8
Merge branch 'master' into util_functions_docs
AndreiKingsley Sep 3, 2025
34648eb
remove macos .DS_Store from resources
AndreiKingsley Sep 3, 2025
a037993
ktlint format
AndreiKingsley Sep 3, 2025
ed1753d
update readme
AndreiKingsley Sep 5, 2025
f398edf
update readme grammatics
AndreiKingsley Sep 5, 2025
3675a6f
remove kdf plugin from samples
AndreiKingsley Sep 5, 2025
3215c43
ktlint format
AndreiKingsley Sep 5, 2025
e3d0e01
enable kdf plugin
AndreiKingsley Sep 5, 2025
55fb5de
docs fixes
AndreiKingsley Sep 5, 2025
6a16777
Merge branch 'master' into util_functions_docs
Jolanrensen Sep 8, 2025
508e0c5
update core readme
AndreiKingsley Sep 8, 2025
a4cd55b
Merge remote-tracking branch 'origin/util_functions_docs' into util_f…
AndreiKingsley Sep 8, 2025
File filter

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
between and chunked docs
  • Loading branch information
AndreiKingsley committed Sep 3, 2025
commit 09d3512c7a96233cd3a7437ea59a75b1259bafdc
2 changes: 2 additions & 0 deletions docs/StardustDocs/d.tree
Original file line number Diff line number Diff line change
Expand Up @@ -137,6 +137,7 @@
<toc-element topic="ungroup.md"/>
<toc-element topic="update.md"/>
<toc-element topic="xs.md"/>
<toc-element topic="chunked.md" toc-title="chunked"/>
<toc-element topic="addRemove.md" hidden="true"/>
<toc-element topic="sliceRows.md" hidden="true"/>
<toc-element topic="filterRows.md" hidden="true"/>
Expand Down Expand Up @@ -181,6 +182,7 @@
<toc-element topic="columnStatistics.md" toc-title="Statistics"/>
<toc-element topic="asIterable.md"/>
<toc-element topic="asSequenceColumn.md" toc-title="asSequence"/>
<toc-element topic="between.md"/>
</toc-element>
<toc-element topic="ColumnSelectors.md"/>
<toc-element topic="Utils.md">
Expand Down
24 changes: 24 additions & 0 deletions docs/StardustDocs/topics/operations/column/between.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
# between


<web-summary>
Return a Boolean DataColumn indicating whether each value lies between two bounds.
</web-summary>

<card-summary>
Return a Boolean DataColumn indicating whether each value lies between two bounds.
</card-summary>

<link-summary>
Return a Boolean DataColumn indicating whether each value lies between two bounds.
</link-summary>


Returns a [`DataColumn`](DataColumn.md) of `Boolean` values indicating whether each element in this column
lies between the given lower and upper boundaries.

If `includeBoundaries` is `true` (default), values equal to the lower or upper boundary are also considered in range.

```kotlin
col.between(left, right, includeBoundaries)
```
32 changes: 32 additions & 0 deletions docs/StardustDocs/topics/operations/utils/chunked.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
# chunked


<web-summary>
Discover `chunked` operation in Kotlin Dataframe.
</web-summary>

<card-summary>
Discover `chunked` operation in Kotlin Dataframe.
</card-summary>

<link-summary>
Discover `chunked` operation in Kotlin Dataframe.
</link-summary>


Splits a [`DataFrame`](DataFrame.md) into consecutive sub-dataframes (chunks) and returns them as a
[`FrameColumn`](DataColumn.md#framecolumn). Chunks are formed in order and do not overlap.

Each chunk contains at most the specified number of rows.
The resulting FrameColumn’s name can be customized; by default, it is "groups."

`DataFrame` can be split into chunks in two ways :
- By fixed size: split into chunks of up to the given size.
- By start indices: split using custom zero-based start indices for each chunk;
each chunk ends right before the next start index or the end of the DataFrame.


```kotlin
df.chunked(size: Int, name: String)
df.chunked(startIndices: Iterable<Int>, name: String)
```