.NET support for Arrow
Hi, The first paragraph of docs at https://arrow.apache.org/ says it supports C#. However there is no library for C# listed anywhere else in the documentation. Is .NET supported at all? Regards, Yash
How to specify number of partitions?
Hi, parquet_writer.write_table(table) This line writes a single file. The documentation says: This creates a single Parquet file. In practice, a Parquet dataset may consist of many files in many directories. We can read a single file back with read_table: Is there a way for PyArrow to create a p