timsaucer opened a new pull request, #709:
URL: https://github.com/apache/datafusion-python/pull/709

   # Which issue does this PR close?
   
   This PR does not close an issue, but it aims to address part of the 
discussion in https://github.com/apache/datafusion-python/issues/440 . This 
takes the excellent work in https://github.com/3ok/datafusion-stubs and imports 
two of the stubs they have written, context and dataframe. By adding these 
stubs we get much better user documentation for SessionConfig, SessionContext, 
and DataFrame. You can see the hover text for an IDE below.
   
    # Rationale for this change
   
   Getting into DataFusion as a new user can be difficult when using the python 
interface because we do not have good type hinting from function calls. This PR 
adds these features for a couple of the major uses.
   
   # What changes are included in this PR?
   
   This PR adds two pyi files and updates the associated __init__.py file to 
include them.
   
   # Are there any user-facing changes?
   
   Users can now get useful hover text in IDEs. There are no API changes.
   
   <img width="670" alt="Screenshot 2024-05-18 at 9 57 52 PM" 
src="https://github.com/apache/datafusion-python/assets/24943992/054cc6c2-bebc-46cd-a59b-e21711106f2e";>
   


-- 
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