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

polars.LazyFrame.head recommends using fetch() #17675

Closed
Heiaha opened this issue Jul 16, 2024 · 2 comments · Fixed by #18033
Closed

polars.LazyFrame.head recommends using fetch() #17675

Heiaha opened this issue Jul 16, 2024 · 2 comments · Fixed by #18033
Labels
documentation Improvements or additions to documentation

Comments

@Heiaha
Copy link

Heiaha commented Jul 16, 2024

Description

polars.LazyFrame.head still recommends using polars.LazyFrame.fetch, even though fetch is deprecated.

Link

https://docs.pola.rs/api/python/stable/reference/lazyframe/api/polars.LazyFrame.head.html

@Heiaha Heiaha added the documentation Improvements or additions to documentation label Jul 16, 2024
@Sherwin-14
Copy link

Sherwin-14 commented Jul 20, 2024

Hey can you give some more info about the issue? I would like to take this up.

@ntjess
Copy link

ntjess commented Jul 25, 2024

fetch is also still present as a dead link in LazyFrame.collect()

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants