Skip to content

Commit 35b968a

Browse files
ibdafnagaborbernat
authored andcommitted
Use correct NaN variable
Signed-off-by: Itay Dafna <[email protected]>
1 parent e05310c commit 35b968a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ipydatagrid/datagrid.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,7 @@ def _data_to_json(x, obj):
179179
elif x is pd.NaT:
180180
return "$NaT$"
181181
elif pd.isna(x):
182-
return "$NA$"
182+
return "$NaN$"
183183
return x
184184

185185

0 commit comments

Comments
 (0)