liwca.write_dic

On this page

liwca.write_dic#

liwca.write_dic(dx, fp)[source]#

Write a binary dictionary to a .dic file.

Parameters:
  • dx (pandas.DataFrame) – Binary dictionary DataFrame (int8 cells, 0/1).

  • fp (str or Path) – Output .dic filepath.

Return type:

None