datapythonista commented on PR #750:
URL: 
https://github.com/apache/datafusion-python/pull/750#issuecomment-2223407581

   @simicd if it's easy for you, do you mind checking what documentation is 
shown for `datafusion.DataFrame`? I don't know too much about VS Code, I don't 
use it myself, but I think it should simply be displaying the `__doc__` 
attribute of the hovered object. `datafusion.DataFrame` has the `__doc__` 
attribute with the content `A PyDataFrame is a representation of a logical plan 
and an API to compose statements.\nUse it to build a plan and `.collect()` to 
execute the plan and collect the result.\nThe actual execution of a plan runs 
natively on Rust and Arrow on a multi-threaded environment.`. If you can see 
that, then it doesn't make a difference if the documentation is in a Python 
wrapper or in the existing Rust code.


-- 
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: github-unsubscr...@datafusion.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: github-unsubscr...@datafusion.apache.org
For additional commands, e-mail: github-h...@datafusion.apache.org

Reply via email to