-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add the same menu and static toolbar of lists for dataframe tables #76
Comments
Hi @dpturibio , hope everything has been going well ! Regarding the idea, seems quite interesting however also seems like it will need way more work than #67 since, I believe, the logic for operations like insert values is not available for the DataFrameEditor widget. From a quick check, I think you can only change the dataframe values types or copy the values: Just in case @spyder-ide/core-developers what do you think? |
Perhaps we could add the |
Yeah, I recall at least one (by @jnsebgosselin ?) if not two PRs on that, but they never were completed and merged unfortunately. That would be super useful, but also would require some UI/UX work, which may not be so trivial... |
Hello guys, how are you? I was checking documentation and found that branch 5.x is only for bugfixes and new features I should use master. Let me know so I can upload the code. |
Hey @dpturibio, that looks great! Thanks for all the work you put into that!
Yep, that's correct. Spyder 5 has entered the features freeze period and now we're trying to focus only on important bugfixes for it. So, any enhancement or additional functionality needs to go to master, which will be part of Spyder 6, to be released during the second half of the year. If you already created your branch against
|
(You might want to make a backup copy of the branch first, with e.g. |
Thank you @ccordoba12 and @CAM-Gerlach , I created a PR with the changes. |
Besides letting us know here, which is helpful, we'll take it from there, review it and let you know if it needs any refinements. In case you don't hear from anyone after a week or two, feel free to give us another ping. |
Enhancement: Add the same menu and static toolbar of lists for dataframe tables.
Necessary changes
Create a similar structure to BaseTableView of widgets/collectionseditor.py in DataFrameEditor of plugins/variableexplorer/widgets/dataframeeditor.py
Wold like to discuss about the possibility to apply this enhancement. Related issue: #67
The text was updated successfully, but these errors were encountered: