Hi Arrow developers, I've been looking at the various language impls, and although a Table isn't currently part of the spec, it seems to be implemented in CPP, Python, Go, JS (and perhaps other languages).
Are there plans of standardising these and adding them to the spec? I'm asking because I'm working on a dataframe implementation for Rust ( https://github.com/nevi-me/rust-dataframe), and I've started trying to implement columns and tables with the intention to upstream them if I get them right. Regards Neville