Great stuff. After using datatables in Python, I was excited by the performance but disappointed by the support (hey, everyone has different priorities). I had started my own DataFrame library in Rust that could be used as a pandas corollary/drop in. I wanted out-of-core, efficiency, threading, memmapping, and sql also! My long-abandoned implementation was a SQLite wrapper, as opposed to Arrow, but this looks exciting. Will be watching.