StyleFrame 无法编写 unicode 标题 python

StyleFrame can't write unicode headlines python

在将 StyleFrame 包用于样式 pandas DataFrame 和 openpyxl 时,我遇到了以下异常。

当我用英文标题尝试这段代码时,它的工作原理与我不同。

   self.sf.set_column_width(columns=u'שם הלקוח', width=35)
   File "/Users/talperetz/.virtualenvs/natan-report/lib/python2.7/site-packages/StyleFrame/style_frame.py", line 259, in set_column_width
     raise TypeError("column must be an index, column letter or column name")
    TypeError: column must be an index, column letter or column name

您可能使用的是 0.0.7 或更早的版本。版本 0.0.8 改进了对 unicode 的支持,因此请尝试升级。