Hi, I am a new user.
I am trying to get the maximum/minimum value from a column in an excel file. The data for the excel file was obtained using data scraping on yahoo finance for the past 10 days pricing of the GE stock. As seen in my workflow, I used read column, with output ‘lowColumn’ and ‘highColumn’ for the low and high column in the excel file.
However, the minimum value returns me 10.02 instead of 9.77. It seems that it reads numbers in the 10 as smaller than other numbers. I would need some advice on this.