polars-cli
polars-cli copied to clipboard
CLI interface for running SQL queries with Polars as backend
### Description It would be great to also do queries against local sqlite3 databases
### Checks - [X] I have checked that this issue has not already been reported. - [X] I have confirmed this bug exists on the [latest version](https://github.com/pola-rs/polars-cli/releases/latest) of the Polars...
### Checks - [X] I have checked that this issue has not already been reported. - [X] I have confirmed this bug exists on the [latest version](https://github.com/pola-rs/polars-cli/releases/latest) of the Polars...
### Description TSV files are pretty common, but I couldn't make them work with `polars-cli`. Apparently, the `read_csv` function of `polars-cli` doesn't take the same arguments as the one in...
### Checks - [X] I have checked that this issue has not already been reported. - [X] I have confirmed this bug exists on the [latest version](https://github.com/pola-rs/polars-cli/releases/latest) of the Polars...
### Checks - [X] I have checked that this issue has not already been reported. - [X] I have confirmed this bug exists on the [latest version](https://github.com/pola-rs/polars-cli/releases/latest) of the Polars...
### Description ### Issue: Hello everyone! I've been thoroughly enjoying using this library, but I've encountered a minor inconvenience. Over time, the command line interface (CLI) gets cluttered with text,...
### Checks - [X] I have checked that this issue has not already been reported. - [X] I have confirmed this bug exists on the [latest version](https://github.com/pola-rs/polars-cli/releases/latest) of the Polars...
### Description Docs is very poor, and what I understood about the cli is it only works with sql. Looked polars sql documentation but there are few contents also. Cant...
### Problem description The Polars CLI supports `read_csv` and `read_parquet`, but it doesn't look like `read_delta` is supported yet. Polars supports `read_delta`, so I am hoping it won't be too...