No column suggestion in pandas methods #5436
Labels
area: completions
Issues related to Completions
enhancement
New feature or request
lang: python
support
Milestone
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:
Expected or desired behavior:
In
![Image](https://private-user-images.githubusercontent.com/63569637/388499645-530146b7-ac68-4605-af76-9fc84bfc0c3d.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mzk3OTU2MzQsIm5iZiI6MTczOTc5NTMzNCwicGF0aCI6Ii82MzU2OTYzNy8zODg0OTk2NDUtNTMwMTQ2YjctYWM2OC00NjA1LWFmNzYtOWZjODRiZmMwYzNkLnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTAyMTclMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwMjE3VDEyMjg1NFomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPWIwYWY1ZTc3YzU5YTdmNGM2ZmM4NzczYzMwOGQwZmZiNGZmYjBlMGE5ODc0OTk1YjI3NzVmY2E0YTI5NjI2NmImWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.opArNqVrS7OizprBNF_Ux4Q791pmbiCIEv3g4uHPFhE)
filter
methodIn
query
methodThe text was updated successfully, but these errors were encountered: