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
See https://stackoverflow.com/questions/77802222/how-does-pandas-options-auto-completion-work-vscode for my question, but it basically boils down to how the dynamically built pandas.options object can have autocomplete via pylance. I was under the impression static analyzers could not do this. Is this from closed-source additions or am I missing something? Are these additions (pyi files?) released with every pandas release?
I would like to implement something similar (dynamically built settings object), but am running into the issue that I can't get VSCode autocomplete.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
See https://stackoverflow.com/questions/77802222/how-does-pandas-options-auto-completion-work-vscode for my question, but it basically boils down to how the dynamically built
pandas.options
object can have autocomplete via pylance. I was under the impression static analyzers could not do this. Is this from closed-source additions or am I missing something? Are these additions (pyi
files?) released with everypandas
release?I would like to implement something similar (dynamically built settings object), but am running into the issue that I can't get VSCode autocomplete.
Beta Was this translation helpful? Give feedback.
All reactions