We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 513c4e3 + a65a82b commit 9f4ef5aCopy full SHA for 9f4ef5a
core/src/main/kotlin/org/jetbrains/kotlinx/dataframe/impl/api/parse.kt
@@ -516,7 +516,7 @@ internal fun DataColumn<String?>.tryParseImpl(options: ParserOptions?): DataColu
516
517
else -> {
518
val trimmed = str.trim()
519
- val res = parserWithOptions(trimmed) ?: continue
+ val res = parserWithOptions(trimmed) ?: break
520
parsedValues += res
521
hasNotNulls = true
522
}
0 commit comments