You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 2, 2023. It is now read-only.
I'm looking into Polars and Patito now, and there is a lot to like! I'm very impressed with this.
However, the main thing I'm missing is a way to have type completion when accessing columns from a dataframe. Accessing rows is working great!
Sidenotes:
It seems like there are some underlying issues on how the model.DataFrame is implemented, as I get IDE errors telling me property object is not callable
read_parquet is not implemented into patito yet. It would be nice to skip reading parquet with polars and converting to patito model
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hi,
I'm looking into Polars and Patito now, and there is a lot to like! I'm very impressed with this.
However, the main thing I'm missing is a way to have type completion when accessing columns from a dataframe. Accessing rows is working great!
Sidenotes:
model.DataFrame
is implemented, as I get IDE errors telling me property object is not callableThe text was updated successfully, but these errors were encountered: