If anyone is looking at using #polars for dataframes in #rust , having done it myself for a few months at work, here are my thoughts:
1. It works and it's fast. I'd use it again.
2. The /rust-specific/ documentation is really barebones. However, the python docs are good, so you can read those and the translation isn't too bad. However, this is definitely the largest pain point.
If anyone has any questions about using the crate, feel free to ask and I'll answer if I can!