woxiaosa commented on issue #440: URL: https://github.com/apache/arrow-datafusion-python/issues/440#issuecomment-1876233169
> > For solving 1. we could follow the PyO3 [guide](https://pyo3.rs/v0.19.1/python_typing_hints) and add information in .pyi files. > > That seems like a very good idea to me > > > For 2. one alternative is to wrap the methods and functions in Python and add docstrings to them (similar to what polars do, see [this](https://github.com/pola-rs/polars/blob/main/py-polars/polars/expr/expr.py#L6980-L7007) for example). > > I think this is likewise a great idea > > Thank you @mesejo Is there anyone currently adding pyi files for datafusion-python? I have experience in this area and I would like to be involved in this work -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
