We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
arrow/r/src/array_to_vector.cpp
Lines 975 to 990 in 04641a3
"this looks quite inefficient (it roundtrips through a string representation instead of creating a double directly)."
from: #11898 (comment)
Reporter: Jonathan Keane / @jonkeane
Note: This issue was originally created as ARROW-15167. Please see the migration documentation for further details.
The text was updated successfully, but these errors were encountered:
Dragoș Moldovan-Grünfeld / @dragosmg: I think row 981 is the issue as std::stod converts a string to double
std::stod
Line 981 in 04641a3
Sorry, something went wrong.
No branches or pull requests
arrow/r/src/array_to_vector.cpp
Lines 975 to 990 in 04641a3
"this looks quite inefficient (it roundtrips through a string representation instead of creating a double directly)."
from: #11898 (comment)
Reporter: Jonathan Keane / @jonkeane
Related issues:
PRs and other links:
Note: This issue was originally created as ARROW-15167. Please see the migration documentation for further details.
The text was updated successfully, but these errors were encountered: