dash-table icon indicating copy to clipboard operation
dash-table copied to clipboard

Let nully handle empty strings

Open chriddyp opened this issue 5 years ago • 1 comments

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

image

chriddyp avatar Apr 23 '20 00:04 chriddyp

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.

redm123 avatar Feb 19 '21 13:02 redm123