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: always parse a string cell as string #472

Merged
merged 3 commits into from
Oct 30, 2024

Conversation

PrettyWood
Copy link
Contributor

@PrettyWood PrettyWood commented Oct 20, 2024

Fix issue coming from pola-rs/polars#19169

Comment from #266 (comment) seems to indicate there should not be any reason to try to parse a "str" cell as float since "a formula with a numeric result will be marked with cell type n"

Closes #266

assertion `left == right` failed: Mismatch at position (1, 0)
  left: Float(-8.086931554011838e18)
 right: String("-8086931554011838357")
@tafia tafia merged commit cf86fa7 into tafia:master Oct 30, 2024
4 of 5 checks passed
@tafia
Copy link
Owner

tafia commented Oct 30, 2024

Thanks!

@PrettyWood PrettyWood deleted the string-cells branch November 7, 2024 22:13
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.

some string formula cells are lost
2 participants