[Feature Request] jupyter-style autocomplete in the editor (provide column names for dataframes for instance)
See original GitHub issue- When typing in the main editor, there are no completions for column names but there are completions when using the input windows in interactive windows:
- The method completions (e.g.,
.dropna()
) in the interactive windows only show up forDataFrame
notSeries
. Meanwhile, the editor does not seem to have completions for those common methods at all.
Version: 1.34.0 (user setup)
Python Extension: 2019.5.17517
Commit: a622c65b2c713c890fcf4fbf07cf34049d5fe758
Date: 2019-05-15T21:59:37.030Z
Electron: 3.1.8
Chrome: 66.0.3359.181
Node.js: 10.2.0
V8: 6.6.346.32
OS: Windows_NT x64 10.0.17763
Issue Analytics
- State:
- Created 4 years ago
- Reactions:19
- Comments:40 (22 by maintainers)
Top Results From Across the Web
When Pandas dataframe column names autocomplete in ...
Hi, https://youtrack.jetbrains.com/issue/PY-33480 This is the ticket that supposedly fixes the issue. When it is planned to being rolled...
Read more >Problem with autocompletion with Pandas in Jupyter
What can I do to solve this? Take as example the following dataframe: import pandas as pd data = [['Alex in FL', ...
Read more >Release history - bamboolib - 8080 Labs
Users can now request features from within bamboolib! ... Fix bug about guessing the dataframe name ... Features. Clean column names of your...
Read more >How to Drop Multiple Columns in Pandas: The Definitive Guide
We'll demo the code to drop DataFrame columns and weigh the pros and cons ... You can provide as many names as columns...
Read more >DataFrames - Julia language: a concise tutorial - GitBook
If you need to edit the values of your imported dataframe, do not forget the ... To programmatically compose a column name you...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
There are at least two people in this thread that are complaining about the inability to autocomplete columns. Jupyter itself supports this. The debug console of VSCode supports it. I ran across this same issue mentioned in another bug by a different customer, and when I tried it myself I got confused as to how the debug console could “do the right thing” but not in the editor. Finally, now that we have debug cell, there’s yet another entry point for more people noticing.
Therefore, I think we need to seriously consider doing something to address this. Moving to re-triage.
Let’s do this. We will assume that most people are using one file with the interactive window. Try to make it work when debugging a cell too.