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

Docs 1809: lazy dataframe documentation and example notebook #1815

Conversation

alexowens90
Copy link
Collaborator

Reference Issues/PRs

Closes #1809

What does this implement or fix?

Adds documentation and an example notebook for the new LazyDataFrame API for processing operations. Also updated existing example notebooks to use the LazyDataFrame instead of QueryBuilder, and the QueryBuilder demo notebook to refer to the LazyDataFrame API being preferred.

Also tweaked the docstrings for LazyDataFrame and LazyDataFrameCollection to improve rendering and remove duplication of QueryBuilder docstrings.

@DrNickClarke DrNickClarke self-requested a review September 9, 2024 10:07
@alexowens90 alexowens90 merged commit 41bc5ac into master Sep 9, 2024
116 checks passed
@alexowens90 alexowens90 deleted the docs/1809/lazy-dataframe-documentation-and-example-notebook branch September 9, 2024 11:25
grusev pushed a commit that referenced this pull request Nov 25, 2024
#### Reference Issues/PRs
Closes #1809

#### What does this implement or fix?
Adds documentation and an example notebook for the new `LazyDataFrame`
API for processing operations. Also updated existing example notebooks
to use the `LazyDataFrame` instead of `QueryBuilder`, and the
`QueryBuilder` demo notebook to refer to the `LazyDataFrame` API being
preferred.

Also tweaked the docstrings for `LazyDataFrame` and
`LazyDataFrameCollection` to improve rendering and remove duplication of
`QueryBuilder` docstrings.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

LazyDataFrame documentation and example notebook
3 participants