alexhallam opened a new issue #983: URL: https://github.com/apache/arrow-rs/issues/983
**Which part is this question about** parquet **Describe your question** I would like to get a string of the values, but not in scientific notation (if 0.01 then return "0.01" not "1E-2"). **Additional context** I am trying to read parquets and print the output, but the fact that conversion to string results in a scientific notation is making the task harder for me. I am guessing there is a simple way to make sure I get the full value without conversion to scientific notation, but I have not found a method for that yet. I have a snippet of code below showing the general idea.  -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
