@@ -31,34 +31,34 @@ internal interface FillNulls {
31
31
*
32
32
*
33
33
*
34
- * [**fillNulls**][fillNulls]**` { `**[columns][org.jetbrains.kotlinx.dataframe.documentation.SelectingColumns]**` }`**
34
+ * [**fillNulls**][fillNulls]**` { `**[` columns` ][org.jetbrains.kotlinx.dataframe.documentation.SelectingColumns]**` }`**
35
35
*
36
36
*
37
- * `[ .` [**where**][org.jetbrains.kotlinx.dataframe.api.Update.where]**` { `**[rowValueCondition][org.jetbrains.kotlinx.dataframe.documentation.SelectingRows.RowValueCondition.WithExample]**` } `**`]`
37
+ * `[ `__`.`__ [**` where` **][org.jetbrains.kotlinx.dataframe.api.Update.where]**` { `**[` rowValueCondition` ][org.jetbrains.kotlinx.dataframe.documentation.SelectingRows.RowValueCondition.WithExample]**` } `**`]`
38
38
*
39
39
*
40
- * `[ .` [**at **][org.jetbrains.kotlinx.dataframe.api.Update.at]**`(`**[rowIndices][org.jetbrains.kotlinx.dataframe.api.CommonUpdateAtFunctionDoc.RowIndicesParam]**`)`**` ]`
40
+ * `[ `__`.`__ [**`at` **][org.jetbrains.kotlinx.dataframe.api.Update.at]**`(`**[` rowIndices` ][org.jetbrains.kotlinx.dataframe.api.CommonUpdateAtFunctionDoc.RowIndicesParam]**`)`**` ]`
41
41
*
42
42
*
43
- * `.`[**with**][org.jetbrains.kotlinx.dataframe.api.Update.with]**` { `**[rowExpression][org.jetbrains.kotlinx.dataframe.documentation.ExpressionsGivenRow.RowValueExpression.WithExample]**` }`**
43
+ * __ `.`__ [**` with` **][org.jetbrains.kotlinx.dataframe.api.Update.with]**` { `**[` rowExpression` ][org.jetbrains.kotlinx.dataframe.documentation.ExpressionsGivenRow.RowValueExpression.WithExample]**` }`**
44
44
*
45
45
*
46
- * `| .` [**notNull**][org.jetbrains.kotlinx.dataframe.api.Update.notNull]**` { `**[rowExpression][org.jetbrains.kotlinx.dataframe.documentation.ExpressionsGivenRow.RowValueExpression.WithExample]**` }`**
46
+ * `| `__`.`__ [**` notNull` **][org.jetbrains.kotlinx.dataframe.api.Update.notNull]**` { `**[` rowExpression` ][org.jetbrains.kotlinx.dataframe.documentation.ExpressionsGivenRow.RowValueExpression.WithExample]**` }`**
47
47
*
48
48
*
49
- * `| .` [**perCol**][org.jetbrains.kotlinx.dataframe.api.Update.perCol]**` { `**[colExpression][org.jetbrains.kotlinx.dataframe.documentation.ExpressionsGivenColumn.ColumnExpression.WithExample]**` }`**
49
+ * `| `__`.`__ [**` perCol` **][org.jetbrains.kotlinx.dataframe.api.Update.perCol]**` { `**[` colExpression` ][org.jetbrains.kotlinx.dataframe.documentation.ExpressionsGivenColumn.ColumnExpression.WithExample]**` }`**
50
50
*
51
51
*
52
- * `| .` [**perRowCol**][org.jetbrains.kotlinx.dataframe.api.Update.perRowCol]**` { `**[rowColExpression][org.jetbrains.kotlinx.dataframe.documentation.ExpressionsGivenRowAndColumn.RowColumnExpression.WithExample]**` }`**
52
+ * `| `__`.`__ [**` perRowCol` **][org.jetbrains.kotlinx.dataframe.api.Update.perRowCol]**` { `**[` rowColExpression` ][org.jetbrains.kotlinx.dataframe.documentation.ExpressionsGivenRowAndColumn.RowColumnExpression.WithExample]**` }`**
53
53
*
54
54
*
55
- * `| .` [**withNull**][org.jetbrains.kotlinx.dataframe.api.Update.withNull]**`()`**
55
+ * `| `__`.`__ [**` withNull` **][org.jetbrains.kotlinx.dataframe.api.Update.withNull]**`()`**
56
56
*
57
57
*
58
- * `| .` [**withZero**][org.jetbrains.kotlinx.dataframe.api.Update.withZero]**`()`**
58
+ * `| `__`.`__ [**` withZero` **][org.jetbrains.kotlinx.dataframe.api.Update.withZero]**`()`**
59
59
*
60
60
*
61
- * `| .` [**asFrame**][org.jetbrains.kotlinx.dataframe.api.Update.asFrame]**` { `**[dataFrameExpression][org.jetbrains.kotlinx.dataframe.documentation.ExpressionsGivenDataFrame.DataFrameExpression.WithExample]**` }`**
61
+ * `| `__`.`__ [**` asFrame` **][org.jetbrains.kotlinx.dataframe.api.Update.asFrame]**` { `**[` dataFrameExpression` ][org.jetbrains.kotlinx.dataframe.documentation.ExpressionsGivenDataFrame.DataFrameExpression.WithExample]**` }`**
62
62
*
63
63
*/
64
64
interface Grammar
@@ -329,34 +329,34 @@ internal interface FillNaNs {
329
329
*
330
330
*
331
331
*
332
- * [fillNaNs][fillNaNs]**` { `**[columns][org.jetbrains.kotlinx.dataframe.documentation.SelectingColumns]**` }`**
332
+ * [fillNaNs][fillNaNs]**` { `**[` columns` ][org.jetbrains.kotlinx.dataframe.documentation.SelectingColumns]**` }`**
333
333
*
334
334
*
335
- * `[ .` [**where**][org.jetbrains.kotlinx.dataframe.api.Update.where]**` { `**[rowValueCondition][org.jetbrains.kotlinx.dataframe.documentation.SelectingRows.RowValueCondition.WithExample]**` } `**`]`
335
+ * `[ `__`.`__ [**` where` **][org.jetbrains.kotlinx.dataframe.api.Update.where]**` { `**[` rowValueCondition` ][org.jetbrains.kotlinx.dataframe.documentation.SelectingRows.RowValueCondition.WithExample]**` } `**`]`
336
336
*
337
337
*
338
- * `[ .` [**at **][org.jetbrains.kotlinx.dataframe.api.Update.at]**`(`**[rowIndices][org.jetbrains.kotlinx.dataframe.api.CommonUpdateAtFunctionDoc.RowIndicesParam]**`)`**` ]`
338
+ * `[ `__`.`__ [**`at` **][org.jetbrains.kotlinx.dataframe.api.Update.at]**`(`**[` rowIndices` ][org.jetbrains.kotlinx.dataframe.api.CommonUpdateAtFunctionDoc.RowIndicesParam]**`)`**` ]`
339
339
*
340
340
*
341
- * `.`[**with**][org.jetbrains.kotlinx.dataframe.api.Update.with]**` { `**[rowExpression][org.jetbrains.kotlinx.dataframe.documentation.ExpressionsGivenRow.RowValueExpression.WithExample]**` }`**
341
+ * __ `.`__ [**` with` **][org.jetbrains.kotlinx.dataframe.api.Update.with]**` { `**[` rowExpression` ][org.jetbrains.kotlinx.dataframe.documentation.ExpressionsGivenRow.RowValueExpression.WithExample]**` }`**
342
342
*
343
343
*
344
- * `| .` [**notNull**][org.jetbrains.kotlinx.dataframe.api.Update.notNull]**` { `**[rowExpression][org.jetbrains.kotlinx.dataframe.documentation.ExpressionsGivenRow.RowValueExpression.WithExample]**` }`**
344
+ * `| `__`.`__ [**` notNull` **][org.jetbrains.kotlinx.dataframe.api.Update.notNull]**` { `**[` rowExpression` ][org.jetbrains.kotlinx.dataframe.documentation.ExpressionsGivenRow.RowValueExpression.WithExample]**` }`**
345
345
*
346
346
*
347
- * `| .` [**perCol**][org.jetbrains.kotlinx.dataframe.api.Update.perCol]**` { `**[colExpression][org.jetbrains.kotlinx.dataframe.documentation.ExpressionsGivenColumn.ColumnExpression.WithExample]**` }`**
347
+ * `| `__`.`__ [**` perCol` **][org.jetbrains.kotlinx.dataframe.api.Update.perCol]**` { `**[` colExpression` ][org.jetbrains.kotlinx.dataframe.documentation.ExpressionsGivenColumn.ColumnExpression.WithExample]**` }`**
348
348
*
349
349
*
350
- * `| .` [**perRowCol**][org.jetbrains.kotlinx.dataframe.api.Update.perRowCol]**` { `**[rowColExpression][org.jetbrains.kotlinx.dataframe.documentation.ExpressionsGivenRowAndColumn.RowColumnExpression.WithExample]**` }`**
350
+ * `| `__`.`__ [**` perRowCol` **][org.jetbrains.kotlinx.dataframe.api.Update.perRowCol]**` { `**[` rowColExpression` ][org.jetbrains.kotlinx.dataframe.documentation.ExpressionsGivenRowAndColumn.RowColumnExpression.WithExample]**` }`**
351
351
*
352
352
*
353
- * `| .` [**withNull**][org.jetbrains.kotlinx.dataframe.api.Update.withNull]**`()`**
353
+ * `| `__`.`__ [**` withNull` **][org.jetbrains.kotlinx.dataframe.api.Update.withNull]**`()`**
354
354
*
355
355
*
356
- * `| .` [**withZero**][org.jetbrains.kotlinx.dataframe.api.Update.withZero]**`()`**
356
+ * `| `__`.`__ [**` withZero` **][org.jetbrains.kotlinx.dataframe.api.Update.withZero]**`()`**
357
357
*
358
358
*
359
- * `| .` [**asFrame**][org.jetbrains.kotlinx.dataframe.api.Update.asFrame]**` { `**[dataFrameExpression][org.jetbrains.kotlinx.dataframe.documentation.ExpressionsGivenDataFrame.DataFrameExpression.WithExample]**` }`**
359
+ * `| `__`.`__ [**` asFrame` **][org.jetbrains.kotlinx.dataframe.api.Update.asFrame]**` { `**[` dataFrameExpression` ][org.jetbrains.kotlinx.dataframe.documentation.ExpressionsGivenDataFrame.DataFrameExpression.WithExample]**` }`**
360
360
*
361
361
*/
362
362
interface Grammar
@@ -603,34 +603,34 @@ internal interface FillNA {
603
603
*
604
604
*
605
605
*
606
- * [fillNA][fillNA]**` { `**[columns][org.jetbrains.kotlinx.dataframe.documentation.SelectingColumns]**` }`**
606
+ * [fillNA][fillNA]**` { `**[` columns` ][org.jetbrains.kotlinx.dataframe.documentation.SelectingColumns]**` }`**
607
607
*
608
608
*
609
- * `[ .` [**where**][org.jetbrains.kotlinx.dataframe.api.Update.where]**` { `**[rowValueCondition][org.jetbrains.kotlinx.dataframe.documentation.SelectingRows.RowValueCondition.WithExample]**` } `**`]`
609
+ * `[ `__`.`__ [**` where` **][org.jetbrains.kotlinx.dataframe.api.Update.where]**` { `**[` rowValueCondition` ][org.jetbrains.kotlinx.dataframe.documentation.SelectingRows.RowValueCondition.WithExample]**` } `**`]`
610
610
*
611
611
*
612
- * `[ .` [**at **][org.jetbrains.kotlinx.dataframe.api.Update.at]**`(`**[rowIndices][org.jetbrains.kotlinx.dataframe.api.CommonUpdateAtFunctionDoc.RowIndicesParam]**`)`**` ]`
612
+ * `[ `__`.`__ [**`at` **][org.jetbrains.kotlinx.dataframe.api.Update.at]**`(`**[` rowIndices` ][org.jetbrains.kotlinx.dataframe.api.CommonUpdateAtFunctionDoc.RowIndicesParam]**`)`**` ]`
613
613
*
614
614
*
615
- * `.`[**with**][org.jetbrains.kotlinx.dataframe.api.Update.with]**` { `**[rowExpression][org.jetbrains.kotlinx.dataframe.documentation.ExpressionsGivenRow.RowValueExpression.WithExample]**` }`**
615
+ * __ `.`__ [**` with` **][org.jetbrains.kotlinx.dataframe.api.Update.with]**` { `**[` rowExpression` ][org.jetbrains.kotlinx.dataframe.documentation.ExpressionsGivenRow.RowValueExpression.WithExample]**` }`**
616
616
*
617
617
*
618
- * `| .` [**notNull**][org.jetbrains.kotlinx.dataframe.api.Update.notNull]**` { `**[rowExpression][org.jetbrains.kotlinx.dataframe.documentation.ExpressionsGivenRow.RowValueExpression.WithExample]**` }`**
618
+ * `| `__`.`__ [**` notNull` **][org.jetbrains.kotlinx.dataframe.api.Update.notNull]**` { `**[` rowExpression` ][org.jetbrains.kotlinx.dataframe.documentation.ExpressionsGivenRow.RowValueExpression.WithExample]**` }`**
619
619
*
620
620
*
621
- * `| .` [**perCol**][org.jetbrains.kotlinx.dataframe.api.Update.perCol]**` { `**[colExpression][org.jetbrains.kotlinx.dataframe.documentation.ExpressionsGivenColumn.ColumnExpression.WithExample]**` }`**
621
+ * `| `__`.`__ [**` perCol` **][org.jetbrains.kotlinx.dataframe.api.Update.perCol]**` { `**[` colExpression` ][org.jetbrains.kotlinx.dataframe.documentation.ExpressionsGivenColumn.ColumnExpression.WithExample]**` }`**
622
622
*
623
623
*
624
- * `| .` [**perRowCol**][org.jetbrains.kotlinx.dataframe.api.Update.perRowCol]**` { `**[rowColExpression][org.jetbrains.kotlinx.dataframe.documentation.ExpressionsGivenRowAndColumn.RowColumnExpression.WithExample]**` }`**
624
+ * `| `__`.`__ [**` perRowCol` **][org.jetbrains.kotlinx.dataframe.api.Update.perRowCol]**` { `**[` rowColExpression` ][org.jetbrains.kotlinx.dataframe.documentation.ExpressionsGivenRowAndColumn.RowColumnExpression.WithExample]**` }`**
625
625
*
626
626
*
627
- * `| .` [**withNull**][org.jetbrains.kotlinx.dataframe.api.Update.withNull]**`()`**
627
+ * `| `__`.`__ [**` withNull` **][org.jetbrains.kotlinx.dataframe.api.Update.withNull]**`()`**
628
628
*
629
629
*
630
- * `| .` [**withZero**][org.jetbrains.kotlinx.dataframe.api.Update.withZero]**`()`**
630
+ * `| `__`.`__ [**` withZero` **][org.jetbrains.kotlinx.dataframe.api.Update.withZero]**`()`**
631
631
*
632
632
*
633
- * `| .` [**asFrame**][org.jetbrains.kotlinx.dataframe.api.Update.asFrame]**` { `**[dataFrameExpression][org.jetbrains.kotlinx.dataframe.documentation.ExpressionsGivenDataFrame.DataFrameExpression.WithExample]**` }`**
633
+ * `| `__`.`__ [**` asFrame` **][org.jetbrains.kotlinx.dataframe.api.Update.asFrame]**` { `**[` dataFrameExpression` ][org.jetbrains.kotlinx.dataframe.documentation.ExpressionsGivenDataFrame.DataFrameExpression.WithExample]**` }`**
634
634
*
635
635
*/
636
636
interface Grammar
0 commit comments