You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
At the moment, docx_writer relies on the input dataframe to be equally divisile using np.split(), but it should dynamically adjust and distribute the residue narratives as evenly as possible among all divisible parts.
The text was updated successfully, but these errors were encountered:
At the moment, docx_writer relies on the input dataframe to be equally divisile using
np.split()
, but it should dynamically adjust and distribute the residue narratives as evenly as possible among all divisible parts.The text was updated successfully, but these errors were encountered: