red-data-tools / red_amber

A dataframe library for Rubyists.
MIT License
67 stars 12 forks source link

Support to_arrow_array in Vector #121

Closed heronshoes closed 2 years ago

heronshoes commented 2 years ago

I will support Vector#to_arrow_array in 0.2.3 .

This feature will enable DataFrame.new(a_key: some_Vector) by Arrow 10.0.0 with red-arrow-numo-narray 0.0.6 .

(Thanks to @kou)

heronshoes commented 2 years ago

Done in #132 .