Ivo Horák

Results 2 comments of Ivo Horák

23.0.0 on M1 macOS ``` ruby -ve "require 'bigdecimal'; p BigDecimal::VERSION; puts (BigDecimal('10.4') * 2).to_f" truffleruby 23.0.0, like ruby 3.1.3, Oracle GraalVM Native [aarch64-darwin] "3.1.1" 20.8 ```

Adding MRE for the example above ``` import pyarrow as pa import pandas as pd if __name__ == '__main__': arr = pa.array([1, 2, 3], pa.int32()) a = pd.Series(arr, dtype="int32[pyarrow]") ```