pyprql icon indicating copy to clipboard operation
pyprql copied to clipboard

Python extensions for PRQL

Results 13 pyprql issues
Sort by recently updated
recently updated
newest added

I would like to change all dependencies except `prqlc` to optional so that we can install only what we need like `pyprql[pandas]` or `pyprql[jupyter]`. In many cases pandas are no...

enhancement

Rewrite the release workflow definition to a workflow that does not commit to the main branch based on #142 discussions.

enhancement

- [ ] Stop using `python-semantic-release` (See https://github.com/PRQL/pyprql/pull/283#issuecomment-1782729670) - [ ] Stop using `poetry` (See https://github.com/PRQL/pyprql/pull/270#issuecomment-1751993366)

As a follow-up to #44, I wonder whether it's possible to get syntax highlighting in the jupyter cells. Currently it inherits from python: There's a discussion [here](https://discourse.jupyter.org/t/getting-syntax-highlighting-to-work-for-custom-cell-magic/11734/5) on this, which...

In combination with DuckDB, it seems that `magic_duckdb` may provide better performance than `jupysql`. https://github.com/iqmo-org/magic_duckdb

They work almost identically for `pandas.DataFrame`, and the former would work for `polars.DataFrame` and `pyarrow.Table`. ```python import duckdb import polars as pl import prql_python as prql df = pl.DataFrame({'a': 42})...

@charlie-sanders & @rbpatt2019 — if you see this — hope all is well! Would it be possible to give me permissions for Read The Docs? Otherwise I think RTD can...

updates: - [github.com/astral-sh/ruff-pre-commit: v0.5.7 → v0.6.7](https://github.com/astral-sh/ruff-pre-commit/compare/v0.5.7...v0.6.7) - [github.com/pre-commit/mirrors-mypy: v1.11.1 → v1.11.2](https://github.com/pre-commit/mirrors-mypy/compare/v1.11.1...v1.11.2)