Skip to content

Commit 16744a8

Browse files
AutoRenaming kdocs fixes
1 parent 93b9d8c commit 16744a8

File tree

1 file changed

+2
-1
lines changed
  • core/src/main/kotlin/org/jetbrains/kotlinx/dataframe/documentation

1 file changed

+2
-1
lines changed

core/src/main/kotlin/org/jetbrains/kotlinx/dataframe/documentation/AutoRenaming.kt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,8 @@ import org.jetbrains.kotlinx.dataframe.DataFrame
1010
*
1111
* In such cases, columns with duplicate names are automatically renamed
1212
* using the pattern `"\$name\$n"`, where `name` is the original column name
13-
* and `n` is a unique index (1, 2, 3, and so on); the first name column goes without a number.
13+
* and `n` is a unique index (1, 2, 3, and so on);
14+
* the first time the name of the column is encountered, no number is appended.
1415
*
1516
* It is recommended to [rename][org.jetbrains.kotlinx.dataframe.api.rename] them
1617
* to maintain clarity and improve code readability.

0 commit comments

Comments
 (0)