nan added

This commit is contained in:
Lorenzo Volpi 2023-12-01 13:34:15 +01:00
parent f1a769e585
commit ba818157db
1 changed files with 1 additions and 1 deletions

View File

@ -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
} }