posit-dev / positron

Positron, a next-generation data science IDE
https://positron.posit.co
Other
2.82k stars 90 forks source link

No column suggestion in pandas methods #5436

Open ntluong95 opened 16 hours ago

ntluong95 commented 16 hours ago

System details:

Positron and OS details:

Positron Version: 2024.12.0 (system setup) build 41 Code - OSS Version: 1.93.0 Commit: 39536c265d6828a68291984d0d359170316d055e 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