Skip to content

No column suggestion in pandas methods #5436

@ntluong95

Description

@ntluong95

System details:

Positron and OS details:

Positron Version: 2024.12.0 (system setup) build 41
Code - OSS Version: 1.93.0
Commit: 39536c2
Date: 2024-11-21T02:47:00.983Z
Electron: 30.4.0
Chromium: 124.0.6367.243
Node.js: 20.15.1
V8: 12.4.254.20-electron.0
OS: Windows_NT x64 10.0.22621

Interpreter details:

R 4.4.2 or Python 3.12.6

Describe the issue:

A very important feature of an IDE is to suggest columns in a dataframe, so user don't need to type (slower, prone to typo). Currently Positron doesn't support it which I think we can improve the user experience. As an R user, I am very much looking for it. The feature has been implemented in DataSpell IDE

Image

Steps to reproduce the issue:

  1. Import any pandas dataframe
  2. Try to filter, query on the dataframe

Expected or desired behavior:

In filter method
Image

In query method

Image

Metadata

Metadata

Assignees

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions