Skip to content

Support column based parsing #11

Description

@RandomString123

When parsing large files and using DataStreams to push it into a DataFrame code is very slow parsing one field at a time. It is more efficient when parsing whole columns from the file at a time. This is fairly easy with byte based parsing but character based parsing means lines are not a constant length in bytes making byte indexing across a large file difficult. Figure out a method to do this universally.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions