Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

New CSV implementation #903

Draft
wants to merge 40 commits into
base: master
Choose a base branch
from
Draft

New CSV implementation #903

wants to merge 40 commits into from

Conversation

Jolanrensen
Copy link
Collaborator

@Jolanrensen Jolanrensen commented Oct 2, 2024

See the issue for the progress: #827

TODO:

  • Clean git history
  • Split double parser into separate PR when FastDoubleParser publishes ConfigurableDoubleParser

…anning multiple bytes can now also be converted to other locales before being parsed. Added tests
# Conflicts:
#	core/generated-sources/src/main/kotlin/org/jetbrains/kotlinx/dataframe/api/flatten.kt
#	core/generated-sources/src/main/kotlin/org/jetbrains/kotlinx/dataframe/api/insert.kt
#	core/generated-sources/src/main/kotlin/org/jetbrains/kotlinx/dataframe/api/parse.kt
#	core/generated-sources/src/main/kotlin/org/jetbrains/kotlinx/dataframe/columns/BaseColumn.kt
#	core/generated-sources/src/main/kotlin/org/jetbrains/kotlinx/dataframe/columns/ColumnGroup.kt
#	core/generated-sources/src/main/kotlin/org/jetbrains/kotlinx/dataframe/impl/TypeUtils.kt
#	core/generated-sources/src/main/kotlin/org/jetbrains/kotlinx/dataframe/impl/api/flatten.kt
#	core/generated-sources/src/main/kotlin/org/jetbrains/kotlinx/dataframe/impl/api/insert.kt
#	core/generated-sources/src/main/kotlin/org/jetbrains/kotlinx/dataframe/impl/api/parse.kt
#	core/generated-sources/src/main/kotlin/org/jetbrains/kotlinx/dataframe/jupyter/Integration.kt
#	core/generated-sources/src/test/kotlin/org/jetbrains/kotlinx/dataframe/api/constructors.kt
#	core/generated-sources/src/test/kotlin/org/jetbrains/kotlinx/dataframe/api/flatten.kt
@Jolanrensen Jolanrensen force-pushed the new-csv-implementation branch 8 times, most recently from ae8ce9c to 56934c2 Compare October 22, 2024 15:33
# Conflicts:
#	.github/workflows/generated-sources.yml
@Jolanrensen Jolanrensen linked an issue Oct 23, 2024 that may be closed by this pull request
22 tasks
@Kotlin Kotlin deleted a comment from github-actions bot Oct 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

☂ CSV rework
1 participant