[Sub Title] cleanings
[Button] Clean Data
[Button] Clean Format
[Button] Remove Duplicates
Implement those! Use dash mantine components library to just drag and drop components. have a dashed line underneath cleanings title, this can be achieved with style={ "marginBottom": "1px dashed black"}.
Also implement a "dmc.Tooltip" component, it just needs to wrap around your buttons. It's an on hover component that shows explanations of what the buttons will do. "Enforce datatype" has it, use it as an example
if you want, you can also try to implement modals for the buttons.
If you look at the sidebar, theres a
[Sub Title] cleanings [Button] Clean Data [Button] Clean Format [Button] Remove Duplicates
Implement those! Use dash mantine components library to just drag and drop components. have a dashed line underneath cleanings title, this can be achieved with style={ "marginBottom": "1px dashed black"}.
Also implement a "dmc.Tooltip" component, it just needs to wrap around your buttons. It's an on hover component that shows explanations of what the buttons will do. "Enforce datatype" has it, use it as an example
if you want, you can also try to implement modals for the buttons.