paddymul / buckaroo

Buckaroo - the data wrangling assistant for pandas. Quickly explore dataframes, and run pandas commands via a GUI. Works inside the jupyter notebook.
https://paddymul.github.io/buckaroo/
BSD 3-Clause "New" or "Revised" License
227 stars 9 forks source link

Add row selection to low-code UI #287

Open paddymul opened 1 month ago

paddymul commented 1 month ago

Checks

How would you categorize this request. You can select multiple if not sure

Low Code UI

Enhancement Description

Plumb through metadata about the row currently selected to the low code UI. This issue is only for the code infrastructure side.

This enables cell editting via the low code UI.

Pseudo Code Implementation

No response

Prior Art

N/A