You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Todd Farmer / @toddfarmer:
This issue was last updated over 90 days ago, which may be an indication it is no longer being actively worked. To better reflect the current state, the issue is being unassigned. Please feel free to re-take assignment of the issue if it is being actively worked, or if you plan to start that work soon.
Kyle Barron:
Working with pyarrow in e.g. vscode is really painful at the moment because of the lack of user-facing types. vscode can access the top-level functions, but then as soon as you create a class, it becomes Any.
importpyarrow.parquetaspqtable=pq.read_table()
table# <-- Anytable. # <-- no auto completions
This may be a slightly different ask than the title of this ticket, as I'm referring to the developer experience while writing the code, not checking code. I can create a separate ticket if desired.
For now, I may create my own third-party type hints for this using mypy's stubgen
Note that this isn't specific to VSCode. For example, I got here after having this issue in emacs. The feature request is to provide a "stubs" package e.g., https://github.com/pandas-dev/pandas-stubs
Get mypy checks running, activate things like
check_untyped_defs
later.Reporter: Uwe Korn / @xhochy
PRs and other links:
Note: This issue was originally created as ARROW-8175. Please see the migration documentation for further details.
The text was updated successfully, but these errors were encountered: