We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7c41ca3 commit cb2747fCopy full SHA for cb2747f
1 file changed
src/ydata_profiling/model/typeset_relations.py
@@ -52,6 +52,7 @@ def to_category(series: pd.Series, state: dict) -> pd.Series:
52
val = series.astype(str)
53
if hasnans:
54
val = val.replace("nan", np.nan)
55
+ val = val.replace("<NA>", np.nan)
56
57
return val.astype("string")
58
0 commit comments