Added links from KDocs to website docs - #2026
Conversation
|
|
||
| public abstract interface class org/jetbrains/kotlinx/dataframe/documentation/DocumentationUrls$ColumnArithmetics { | ||
| } | ||
|
|
There was a problem hiding this comment.
@Jolanrensen should DocumentationUrls be in API?
There was a problem hiding this comment.
no, the whole file is excluded from sources. It seems API dump picks up the wrong sources
There was a problem hiding this comment.
I've reverted core.api
| Returns the first value in this [`DataColumn`](DataColumn.md). If the [`DataColumn`](DataColumn.md) is empty, throws an exception. | ||
|
|
||
| If a predicate is specified, returns the first value in this [`DataColumn`](DataColumn.md) that matches the predicate. | ||
| Throws an exception if the [`DataColumn`](DataColumn.md) contains no elements matching the predicate. |
There was a problem hiding this comment.
Provide examples please
| <inline-frame src="resources/org.jetbrains.kotlinx.dataframe.samples.api.Analyze.countAggregation.html" width="100%"/> | ||
| <!---END--> | ||
|
|
||
| When called on a [`DataRow`](DataRow.md), returns the number of columns in this [`DataRow`](DataRow.md). If a predicate |
There was a problem hiding this comment.
Really hard to understand without examples
| @@ -1,16 +0,0 @@ | |||
| [//]: # (title: shuffle) | |||
There was a problem hiding this comment.
There were two files named shuffle.md: topics/shuffle.md and a more detailed and newer (with samples from the samples module) topics/operations/utils/shuffle.md. Only the latter was used on the website. So I think the older topics/shuffle.md is outdated.
I have also deleted the outdated sample in core/.../Modify.kt used in the old shuffle.md.
|
Generally good! |
…s for `count` to `samples` and add new samples)
aa37cff to
0e4737a
Compare
Fixes #1600
Helps #898