plotly / dash-table

OBSOLETE: now part of https://github.com/plotly/dash
https://dash.plotly.com
MIT License
420 stars 72 forks source link

Let nully handle empty strings #763

Open chriddyp opened 4 years ago

chriddyp commented 4 years ago

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

redm123 commented 3 years ago

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.