issues
search
mustachemo
/
data-runner
Intuitive and integrity driven data clean up tool
https://drive.google.com/file/d/1C_1nEKgnzB0OEN7P5VxO2JOAMSAkF4LI/view?usp=sharing
0
stars
0
forks
source link
Make an interface for user preferences
#34
Closed
mustachemo
closed
1 year ago
mustachemo
commented
1 year ago
Have a settings frontned/interface to pick/enforce the data types for each column
Also check if the cells in that column can be nullable with a boolean?
https://dash.plotly.com/datatable/conditional-formatting
mustachemo
commented
1 year ago
Added a data type enforcment button. Setting datat types there for each column will update the "columns" variable for each data type set.
To access the enforced datat types, check each columns "type". The values can be ["text", "numeric", "datetime", "any"]