Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(typing): Set
"polars"
as default in Loader.from_backend
Without a default, I found that VSCode was always suggesting the **last** overload first (`"pyarrow"`) This is a bad suggestion, as it provides the *worst native* experience. The default now aligns with the backend providing the *best native* experience
- Loading branch information