Commit 4bfe272
fix: update deprecation message for DataRow.get method
The deprecation message for `DataRow.get(ColumnReference)` was updated to inform users about switching to `col[row]`, especially in the context of `perRowCol`. The code changes were successfully implemented, but the project build failed due to an external dependency issue unrelated to the code updates.1 parent 8cc297c commit 4bfe272
File tree
2 files changed
+5
-1
lines changed- core/src/main/kotlin/org/jetbrains/kotlinx/dataframe
- util
2 files changed
+5
-1
lines changedLines changed: 2 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
| 13 | + | |
13 | 14 | | |
14 | 15 | | |
15 | 16 | | |
| |||
29 | 30 | | |
30 | 31 | | |
31 | 32 | | |
32 | | - | |
| 33 | + | |
33 | 34 | | |
34 | 35 | | |
35 | 36 | | |
| |||
Lines changed: 3 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
209 | 209 | | |
210 | 210 | | |
211 | 211 | | |
| 212 | + | |
| 213 | + | |
| 214 | + | |
212 | 215 | | |
213 | 216 | | |
214 | 217 | | |
| |||
0 commit comments