Ruby red-arrow: Revision history

From wikinotes

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

13 April 2023

12 April 2023

11 April 2023

6 April 2023

1 April 2023

  • curprev 15:4815:48, 1 April 2023Will talk contribs 1,337 bytes +1,337 Created page with "A library for serializting/deserializing and interacting with various columnar data formats (ex. parquet). = Documentation = <blockquote> {| class="wikitable" |- | api docs || https://www.rubydoc.info/gems/red-arrow/11.0.0 |- | github || https://github.com/apache/arrow/tree/main/ruby/red-arrow |- |} </blockquote><!-- Documentation --> = Usage = <blockquote> <syntaxhighlight lang="ruby"> # instantiation table = Arrow::Table.new( "name" => ["luke", "leia", "anakin"],..."