nilshg opened a new issue #300:
URL: https://github.com/apache/arrow-julia/issues/300


   As discussed on Slack:
   
   ```
   julia> using Arrow, DataFrames
   
   julia> Arrow.write("test.arrow", (a = [1, 2], b = Any[3, 4.5]))
   "test.arrow"
   
   julia> DataFrame(Arrow.Table("test.arrow"))
   2×2 DataFrame
    Row │ a      b        
        │ Int64  Float64  
   ─────┼─────────────────
      1 │     1  1.5e-323
      2 │     2  4.5
   
   (jl_aYpToJ) pkg> st
         Status `C:\Users\ngudat\AppData\Local\Temp\jl_aYpToJ\Project.toml`
     [69666777] Arrow v2.2.0
   ```


-- 
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]


Reply via email to