machow / siuba

Python library for using dplyr like syntax with pandas and SQL
https://siuba.org
MIT License
1.14k stars 48 forks source link

Docs fix imports #471

Open machow opened 1 year ago

machow commented 1 year ago

As part of moving the docs to quartodoc, this PR hard-codes imports, so static analyzers griffe can find imported functions. I also fixed docstrings in a few places, to conform to numpydoc style.