-
Notifications
You must be signed in to change notification settings - Fork 36
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Polars writing #460
Polars writing #460
Conversation
@@ -39,6 +39,7 @@ dependencies: | |||
- pytest | |||
- pytest-cov | |||
- xgboost | |||
- polars<1.0 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
any particular reason for the pin?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
New version with some breaking changes just released. https://docs.pola.rs/releases/upgrade/1/ Would like to wait to double check before allowing this new version.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
looks great! thanks!
project_name: str, | ||
dataframe_id: str, | ||
experiment_id: Optional[str] = None, | ||
df_type: Literal["pandas", "dask", "polars"] = "pandas", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
we can probably just infer the type and store it in the metadata so users don't have to keep specifying
closes: #433
What
How to Test