You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: core/src/test/kotlin/org/jetbrains/kotlinx/dataframe/samples/api/Schemas.kt
+2-2
Original file line number
Diff line number
Diff line change
@@ -127,8 +127,8 @@ class Schemas {
127
127
@TransformDataFrameExpressions
128
128
funuseInferredSchema() {
129
129
// SampleStart
130
-
// Repository.readCSV() has argument 'path' with default value https://raw.githubusercontent.com/Kotlin/dataframe/master/data/jetbrains_repositories.csv
131
-
val df =Repository.readCSV()
130
+
// Repository.readCsv() has argument 'path' with default value https://raw.githubusercontent.com/Kotlin/dataframe/master/data/jetbrains_repositories.csv
131
+
val df =Repository.readCsv()
132
132
// Use generated properties to access data in rows
0 commit comments