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

Parsing improvements #874

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

Parsing improvements #874

wants to merge 3 commits into from

Conversation

Jolanrensen
Copy link
Collaborator

fixes #849

Small logic rewrite for tryParseImpl and added kdocs. StringParsers can now be "covered by" another parser, meaning they will be skipped if the other parser is run. parsersOrder was also cleaned up a tiny bit.

WIP

… can now be "covered by" another parser, meaning they will be skipped if the other parser is run. parsersOrder was also cleaned up a tiny bit
Copy link
Contributor

Generated sources will be updated after merging this PR.
Please inspect the changes in here.

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.

DataFrame.parse() performance issue for wide DF
1 participant