liwca.write_dicx#
- liwca.write_dicx(dx, fp, **kwargs)[source]#
Write a binary dictionary to a
.dicxfile.Cells are written as
X(member) or empty (non-member).- Parameters:
dx (
pandas.DataFrame) – Binary dictionary DataFrame (int8 cells, 0/1).**kwargs (Any) – Forwarded to
pandas.DataFrame.to_csv.
- Return type:
None