Hi Team, Is the schema that PyArrow uses to know how to convert between an Apache Arrow table and a Pandas Dataframe documented? I'm looking at ways my company can have non-python languages share an Apache Arrow schema and it would be great to build off of an existing schema like what Pandas uses rather than coming up with our own.
I'm particularly interest in documentation of how multi-headers/nested headers are expressed in the PyArrow schema since Pandas only supports flat columns and how PyArrow's schema indicates row grouping. Thanks, Natasha
