Deprecate LazyFrame.fetch
#17267
Labels
accepted
Ready for implementation
deprecation
Add a deprecation warning to outdated functionality
python
Related to Python Polars
Milestone
Users should use
collect
instead. There are some gotchas that makefetch
confusing for users. It should not be part of the public API.So we should:
_fetch
, which devs can continue to use for debugging if needed.fetch
with 1.0 and point it to_fetch
.The text was updated successfully, but these errors were encountered: