buckaroo
buckaroo copied to clipboard
Display Tuples separaetly from lists
Checks
- [X] I have checked that this enhancement has not already been requested
How would you categorize this request. You can select multiple if not sure
Display (is this related to visual display of a value)
Enhancement Description
Buckaroo should display tuples in the ui as ('foo', 5) as opposed to showing them as lists ['foo', 5].
Pseudo Code Implementation
This depends on better serialization. The existing json serialization converts tuples to lists. Possibly if a column was all tuples, we could have a col_hint explaining that, and build a proper formatter.
Prior Art
N/A