riziles
riziles
imseanriley is preoccupied at the moment. I might be able to throw some resources at it this summer, but I'd much rather focus on killing the Pandas dependency. We're very...
> What are some of the deltas you see in patito that are missing in the pandera-polars integration? It's just the removal of the Pandas dependency. Pandas is a heavy...
@ragrawal , I just discovered @cosmicBboy 's `PydanticModel` adapter here: https://pandera.readthedocs.io/en/stable/pydantic_integration.html#using-pydantic-models-in-pandera-schemas Easier way to do what you are looking for: ```python import pandera as pa from pandera.typing import DataFrame as...
@ragrawal , if you want to input row wise data, there's always going to be more overhead. The whole reason Pandas, Polars, Arrow, Lance and DuckDB are so fast is...
Thank you @cosmicBboy !
This would be fantastic. Running into this issue right now in VS Code where I have one project that uses two different dialects.
[bits datepicker](https://www.bits-ui.com/docs/components/date-picker) integrates very well with Skeleton.
@nene , I have to disagree with you here. I think DuckDB has fantastic documentation, but it has a LOT of functionality above and beyond Postgres, so the documentation can...
@karanpopat , that seems like a pretty niche requirement. Can't you just use the "denseOperators" flag? https://github.com/sql-formatter-org/sql-formatter/blob/master/docs/denseOperators.md
It's definitely based on Postgres syntax, i.e. most vanilla Postgres queries would work fine in DuckDB, but it has capabilities far above and beyond for analytics workflows: https://www.theregister.com/2024/08/20/postgresql_duckdb_extension/