We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 219ddff commit 7b9c86bCopy full SHA for 7b9c86b
core/generated-sources/src/main/kotlin/org/jetbrains/kotlinx/dataframe/api/parse.kt
@@ -41,6 +41,7 @@ public interface GlobalParserOptions {
41
42
public data class ParserOptions(
43
val locale: Locale? = null,
44
+ // TODO, migrate to kotlinx.datetime.format.DateTimeFormat? https://github.com/Kotlin/dataframe/issues/876
45
val dateTimeFormatter: DateTimeFormatter? = null,
46
val dateTimePattern: String? = null,
47
val nullStrings: Set<String>? = null,
0 commit comments