Andrés Quintero Moreano
Andrés Quintero Moreano
Resolves #1010
With big datasets it can get quite slow to do filters (especially when multiple users are trying to search at the same time). We have a shiny app that we...
Are there any plans for internationalization? I am willing to contribute translating to spanish.
# Purpose I want to build an asynchornous HTTP server that uses polars under the hood to manipulate some data frames. From my understanding the `sink_*` methods only allow writing...
## PR Info This PR implements a backend for the popular SQL datalake solution, Google BigQuery. We need this in our company to be able to query BigQuery from our...
This PR allows users to set a custom placeholder for column filters. Currently, it is hard coded to `'All'` which makes it almost impossible to setup easily in other languages....
This is a very small PR that makes some small quality of life improvements. I added some setters for [ScanArgsParquet](https://docs.rs/polars/latest/polars/prelude/struct.ScanArgsParquet.html#) to make it easier to built these options. I added...
This causes only merge commits to show which fixed the error. This however, could be added as an extra cli option.
Closes #160