Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Draft: Add pyi stubs for type hinting #709

Closed

Conversation

timsaucer
Copy link
Contributor

Which issue does this PR close?

This PR does not close an issue, but it aims to address part of the discussion in #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.

Screenshot 2024-05-18 at 9 57 52 PM

@timsaucer timsaucer marked this pull request as draft May 19, 2024 02:05
@timsaucer timsaucer closed this May 22, 2024
@timsaucer timsaucer deleted the feature/add_context_dataframe_stubs branch May 23, 2024 11:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant