dash-table
dash-table copied to clipboard
Let nully handle empty strings
Related to https://github.com/plotly/dash-table/issues/762
It would be helpful if Format(nully='N/A') handled empty strings in addition to null

I could also offer 0 or "0" or "null" ... or more generally speaking: It would be great if I could replace any kind of value with a certain string, without having to replace the original data it in the dataframe or create an artificial column. I could have something like an enum in a column, and replace the values with their respective labels, 1=cat, 2=elephant, 3=penguin.