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

Fix scientific notation support #451

Merged
merged 2 commits into from
Sep 25, 2023

Conversation

t20100
Copy link
Contributor

@t20100 t20100 commented Sep 13, 2023

This PR modifies the sanitize regular expression to access digits after the . with scientific notation.

closes #449, related to #442 (comment)

@FrancescAlted
Copy link
Contributor

LGTM. Thanks!

@FrancescAlted FrancescAlted merged commit eaa520e into pydata:master Sep 25, 2023
9 checks passed
@t20100 t20100 deleted the fix-scientific-notation branch September 25, 2023 09:32
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.

ValueError exception for scientific notation with digits after .
3 participants