question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

[Feature Request] jupyter-style autocomplete in the editor (provide column names for dataframes for instance)

See original GitHub issue
  1. 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:

vs

  1. The method completions (e.g., .dropna()) in the interactive windows only show up for DataFrame not Series. Meanwhile, the editor does not seem to have completions for those common methods at all.

vs1

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:closed
  • Created 4 years ago
  • Reactions:19
  • Comments:40 (22 by maintainers)

github_iconTop GitHub Comments

7reactions
greazercommented, Aug 8, 2019

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.

5reactions
greazercommented, Aug 8, 2019

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.

Read more comments on GitHub >

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

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found