nan added
This commit is contained in:
parent
f1a769e585
commit
ba818157db
|
@ -116,7 +116,7 @@ def get_DataTable(df):
|
||||||
id=c,
|
id=c,
|
||||||
name=c,
|
name=c,
|
||||||
type="numeric",
|
type="numeric",
|
||||||
format=Format(precision=6, scheme=Scheme.exponent),
|
format=Format(precision=6, scheme=Scheme.exponent, nully="nan"),
|
||||||
)
|
)
|
||||||
for c in df.columns
|
for c in df.columns
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue