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 41 commits into
base: master
Choose a base branch
from
Draft

New CSV implementation #903

wants to merge 41 commits into from

Commits on Oct 1, 2024

  1. Configuration menu
    Copy the full SHA
    ac2248f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    54e11a6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    fd4c8f4 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0c938b7 View commit details
    Browse the repository at this point in the history

Commits on Oct 2, 2024

  1. Configuration menu
    Copy the full SHA
    e91dcae View commit details
    Browse the repository at this point in the history
  2. adding Char parser

    Jolanrensen committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    3ed7f3e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    13f3ffa View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6268237 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    0a77940 View commit details
    Browse the repository at this point in the history

Commits on Oct 3, 2024

  1. removing fuel dependency

    Jolanrensen committed Oct 3, 2024
    Configuration menu
    Copy the full SHA
    c0d76ca View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    52e463f View commit details
    Browse the repository at this point in the history
  3. starting with tests

    Jolanrensen committed Oct 3, 2024
    Configuration menu
    Copy the full SHA
    70482b7 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    fdb7032 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    c153528 View commit details
    Browse the repository at this point in the history

Commits on Oct 4, 2024

  1. Merge branch 'parsing-optimization' into new-csv-implementation

    # Conflicts:
    #	core/src/main/kotlin/org/jetbrains/kotlinx/dataframe/impl/api/parse.kt
    Jolanrensen committed Oct 4, 2024
    Configuration menu
    Copy the full SHA
    fb3af5e View commit details
    Browse the repository at this point in the history
  2. Added semi-internal DoubleParser class, which includes FastDoublePars…

    …er with locales taken into account. ParserOptions.useFastDoubleParser was added to turn this new parser on or off
    Jolanrensen committed Oct 4, 2024
    Configuration menu
    Copy the full SHA
    bce432a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    843be8e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ac8a5e5 View commit details
    Browse the repository at this point in the history

Commits on Oct 10, 2024

  1. improved DoubleParser and DecimalFormatBridge such that characters sp…

    …anning multiple bytes can now also be converted to other locales before being parsed. Added tests
    Jolanrensen committed Oct 10, 2024
    Configuration menu
    Copy the full SHA
    9acf660 View commit details
    Browse the repository at this point in the history
  2. adding locale-based tests

    Jolanrensen committed Oct 10, 2024
    Configuration menu
    Copy the full SHA
    7c90c9c View commit details
    Browse the repository at this point in the history
  3. renaming to delim

    Jolanrensen committed Oct 10, 2024
    Configuration menu
    Copy the full SHA
    981acf5 View commit details
    Browse the repository at this point in the history
  4. working on kdocs

    Jolanrensen committed Oct 10, 2024
    Configuration menu
    Copy the full SHA
    a7967a3 View commit details
    Browse the repository at this point in the history

Commits on Oct 11, 2024

  1. streamlined Compression a bit, added test for empty lines. Taking par…

    …serOptions.skipTypes into account in deephaven
    Jolanrensen committed Oct 11, 2024
    Configuration menu
    Copy the full SHA
    8e157e6 View commit details
    Browse the repository at this point in the history
  2. csv documentation

    Jolanrensen committed Oct 11, 2024
    Configuration menu
    Copy the full SHA
    5e2b9ab View commit details
    Browse the repository at this point in the history

Commits on Oct 14, 2024

  1. Merge branch 'master' into new-csv-implementation

    # Conflicts:
    #	core/generated-sources/src/test/kotlin/org/jetbrains/kotlinx/dataframe/samples/api/OtherSamples.kt
    #	core/src/test/kotlin/org/jetbrains/kotlinx/dataframe/samples/api/OtherSamples.kt
    Jolanrensen committed Oct 14, 2024
    Configuration menu
    Copy the full SHA
    8ff35d9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8c2d501 View commit details
    Browse the repository at this point in the history

Commits on Oct 15, 2024

  1. Configuration menu
    Copy the full SHA
    920c1a0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    54f3d18 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    21c91f6 View commit details
    Browse the repository at this point in the history

Commits on Oct 16, 2024

  1. Configuration menu
    Copy the full SHA
    cdf47a0 View commit details
    Browse the repository at this point in the history

Commits on Oct 18, 2024

  1. wip csv docs

    Jolanrensen committed Oct 18, 2024
    Configuration menu
    Copy the full SHA
    b2592ec View commit details
    Browse the repository at this point in the history

Commits on Oct 21, 2024

  1. updating double parser

    Jolanrensen committed Oct 21, 2024
    Configuration menu
    Copy the full SHA
    e86efea View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7ee1f10 View commit details
    Browse the repository at this point in the history

Commits on Oct 22, 2024

  1. Configuration menu
    Copy the full SHA
    711f4b3 View commit details
    Browse the repository at this point in the history
  2. improving kdocs and tests

    Jolanrensen committed Oct 22, 2024
    Configuration menu
    Copy the full SHA
    cc32153 View commit details
    Browse the repository at this point in the history
  3. Merge branch 'master' into new-csv-implementation

    # 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 committed Oct 22, 2024
    Configuration menu
    Copy the full SHA
    639156b View commit details
    Browse the repository at this point in the history
  4. updating from master

    Jolanrensen committed Oct 22, 2024
    Configuration menu
    Copy the full SHA
    c811d70 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    86dc97f View commit details
    Browse the repository at this point in the history

Commits on Oct 23, 2024

  1. Merge branch 'master' into new-csv-implementation

    # Conflicts:
    #	.github/workflows/generated-sources.yml
    Jolanrensen committed Oct 23, 2024
    Configuration menu
    Copy the full SHA
    eacc990 View commit details
    Browse the repository at this point in the history

Commits on Oct 28, 2024

  1. Configuration menu
    Copy the full SHA
    4d3a7e3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d01e6a4 View commit details
    Browse the repository at this point in the history