Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

enh: let backend in lazy be specified positionally #1923

Closed
MarcoGorelli opened this issue Feb 3, 2025 · 1 comment
Closed

enh: let backend in lazy be specified positionally #1923

MarcoGorelli opened this issue Feb 3, 2025 · 1 comment
Labels
enhancement New feature or request

Comments

@MarcoGorelli
Copy link
Member

I think we can allow df.lazy('duckdb') rather than forcing df.lazy(backend='duckdb')

to do this, we can remove the * from the signature

@MarcoGorelli MarcoGorelli added the enhancement New feature or request label Feb 3, 2025
@MarcoGorelli
Copy link
Member Author

done as a drive-by in an other pr

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant