diff --git a/qcdash/app.py b/qcdash/app.py index 6aa03c1..f90ce24 100644 --- a/qcdash/app.py +++ b/qcdash/app.py @@ -116,7 +116,7 @@ def get_DataTable(df): id=c, name=c, type="numeric", - format=Format(precision=6, scheme=Scheme.exponent), + format=Format(precision=6, scheme=Scheme.exponent, nully="nan"), ) for c in df.columns }