kayak / pypika

PyPika is a python SQL query builder that exposes the full richness of the SQL language using a syntax that reflects the resulting query. PyPika excels at all sorts of SQL queries but is especially useful for data analysis.
http://pypika.readthedocs.io/en/latest/
Apache License 2.0
2.43k stars 292 forks source link

add pipe operator on QueryBuilder #759

Closed wd60622 closed 6 months ago

wd60622 commented 8 months ago

pipe method like in pandas in order to do some chaining. Related to this issue here.

coveralls commented 8 months ago

Coverage Status

coverage: 98.39% (+0.003%) from 98.387% when pulling 3e6b14bd82cc09c8ec7fbf7f759b60eac975edbd on wd60622:pipe_operator into ded17ebda5bee8334430d1eda1ec3bf1a9385f76 on kayak:master.

AzisK commented 8 months ago

Thanks for you work!

AzisK commented 8 months ago

Could you describe this possibility in README.rst as well?

wd60622 commented 8 months ago

There is a new "Chaining Functions" section in the Tutorial

Screenshot 2023-10-16 at 20 05 32
wd60622 commented 7 months ago

Any other suggestions here?

AzisK commented 7 months ago

Looks good to me. If no other suggestions emerge in the coming days, I will merge it