-
Notifications
You must be signed in to change notification settings - Fork 142
Closed
Labels
area: completionsIssues related to CompletionsIssues related to CompletionsenhancementNew feature or requestNew feature or requestlang: pythonsupport
Milestone
Description
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
Steps to reproduce the issue:
- Import any pandas dataframe
- Try to filter, query on the dataframe
Expected or desired behavior:
In query method
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
area: completionsIssues related to CompletionsIssues related to CompletionsenhancementNew feature or requestNew feature or requestlang: pythonsupport


