liwca.write_dicx_weighted#
- liwca.write_dicx_weighted(dx, fp, **kwargs)[source]#
Write a weighted dictionary to a
.dicxfile.Cells are written as their numeric values directly.
- Parameters:
dx (
pandas.DataFrame) – Weighted dictionary DataFrame (float64 cells).**kwargs (Any) – Forwarded to
pandas.DataFrame.to_csv.
- Return type:
None