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

numpy style docstrings #760

Closed wd60622 closed 8 months ago

wd60622 commented 8 months ago

Is there a docstring convention set with this project? I would suggest numpy

AzisK commented 8 months ago

Not that I see. If you believe numpy convention is good, I don't have a better suggestion

wd60622 commented 8 months ago

Sounds good. I will add this into the CONTRIBUTING.rst PR