apache / datafusion-python

Apache DataFusion Python Bindings
https://datafusion.apache.org/python
Apache License 2.0
320 stars 63 forks source link

Add document about basics of working with expressions #668

Closed timsaucer closed 1 month ago

timsaucer commented 1 month ago

Which issue does this PR close?

Closes #667.

Rationale for this change

The bug report was not an actual bug, but rather a lack of documentation about how to perform the boolean operations on expressions. This change adds in a new page to the documentation that describes a few basics of working with expressions for new users.

What changes are included in this PR?

This change adds a page under Basic Operations called Expressions and details some basics of creating expressions and performing boolean operations.

Are there any user-facing changes?

Only documentation is changed.

Michael-J-Ward commented 1 month ago

@andygrove - those clippy lints are fixed in #669

specifically:

https://github.com/apache/datafusion-python/pull/669/commits/8414157ce9913873c1f177c545ed75630d3ef60a

timsaucer commented 1 month ago

As soon as that other PR goes in, I'll rebase this branch. It should be trivial.

timsaucer commented 1 month ago

@andygrove Checks passed, should be ready to merge.