Ecosyste.ms: Timeline

Browse the timeline of events for every public repo on GitHub. Data updated hourly from GH Archive.

gab23r

gab23r created a branch on gab23r/xplor

multi-backend - Operational Research with polars

gab23r starred Filimoa/polars-h3
gab23r closed an issue on pola-rs/polars
parse typing.Literal as Enum
### Description We already parse annotated python type into polars datatype. It would be nice parse Literal into `Enum`. ```python import polars as pl from typing import Literal # this is ...
gab23r closed an issue on pola-rs/polars
parse typing.Literal as Enum
### Description We already parse annotated python type into polars datatype. It would be nice parse Literal into `Enum`. ```python import polars as pl from typing import Literal # this is ...
gab23r created a comment on a pull request on pola-rs/polars
As this code is under a `lru_cache` I think it was not a good idea

View on GitHub

gab23r closed a pull request on pola-rs/polars
feat(python): Parse Literal as Enum
fixes #20124
gab23r pushed 1 commit to main gab23r/xplor

View on GitHub

gab23r pushed 1 commit to main gab23r/ipyvuetable
  • try_parse_dates id file upload 3b59aaf

View on GitHub

gab23r deleted a branch gab23r/polars-validator

fix-tests

gab23r opened a pull request on pola-rs/polars
feat(python): Parse Literal as Enum
fixes #20124
gab23r opened an issue on pola-rs/polars
parse typing.Literal as Enum
### Description We already parse annotated python type into polars datatype. It would be nice parse Literal into `Enum`. ```python import polars as pl from typing import Literal # this is ...
gab23r pushed 1 commit to feat/parse_literal_as_enum gab23r/polars

View on GitHub

gab23r created a branch on gab23r/polars

feat/parse_literal_as_enum - Fast multi-threaded, hybrid-streaming DataFrame library in Rust | Python | Node.js

gab23r pushed 10 commits to main gab23r/patito
  • int annotation should return only integer dtypes and fix union typing 135bda1
  • Fix out-of-order schema comparison Looks like the new Schema is auto-ordered for some weird reason 3860df9
  • Fix a bunch of typing issues cc655d6
  • Update poetry lock b47b41b
  • Bump patito patch version 7cc611e
  • Merge pull request #122 from JakobGM/update-polars Fix latest compatibility with latest polars version f5792d6
  • fix latest precommit 12208a1
  • Merge pull request #121 from maxhipperson/fix-int-anno int model annotation should return only integer dtypes as valid c5b4d6f
  • update version 4bff2f1
  • Merge pull request #123 from JakobGM/v0.8.2 Bump patito to v0.8.2 e23992e

View on GitHub

gab23r opened a pull request on baggiponte/polars-validator
fix validate and test
I was reading out of curiosity and catch these typos
gab23r starred baggiponte/polars-validator
gab23r deleted a branch gab23r/polars

rows_by_key_typing

gab23r pushed 1 commit to main gab23r/xplor

View on GitHub

gab23r pushed 1 commit to main gab23r/xplor

View on GitHub

gab23r created a comment on an issue on pola-rs/polars
I propose to implement if accepted

View on GitHub

gab23r created a comment on an issue on pola-rs/polars
I agree that this would be nice, however I would see another api, we can add a `subset : list[str] | str | None` argument. if subset is a list or is None we return tuples, if it is a single column...

View on GitHub

gab23r pushed 1 commit to rows_by_key_typing gab23r/polars

View on GitHub

gab23r created a review comment on a pull request on pola-rs/polars
arff, the type depends on the number of columns, see: ```python import polars as pl df = pl.DataFrame({ "w": ["a", "b"], "x": ["q", "q"], "z": ["v", "v"] }) print(repr(df.rows...

View on GitHub

gab23r created a review on a pull request on pola-rs/polars

View on GitHub

gab23r created a comment on an issue on pola-rs/polars
@alexander-beedie, pinging you as maybe It was on your roadmap after the great work you've done here #19697

View on GitHub

gab23r opened an issue on pola-rs/polars
Allow `pl.Duration` in `write_csv`
### Description Today it is not possible to write csv files with `pl.Duration` ```python pl.Series([1, 2, 3]).cast(pl.Duration('us')).to_frame().write_csv("a.csv") # ComputeError: datatype ...
gab23r opened an issue on pola-rs/polars
`to_string` shouldn't accepct `polars` format expect for `Duration`
### 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://pypi.org/project/polars/) of Polars. ### Repr...
gab23r created a comment on a pull request on pola-rs/polars
Thanks hamdanal, I modified the signature based on your implementation and fixed the mypy error.

View on GitHub

gab23r pushed 1 commit to rows_by_key_typing gab23r/polars

View on GitHub

Load more