adamerose / PandasGUI

A GUI for Pandas DataFrames
MIT No Attribution
3.15k stars 226 forks source link

UnicodeEncodeError: 'gbk' codec can't encode character '\u25c4' in position 276395: illegal multibyte sequence #219

Closed nbyh closed 1 year ago

nbyh commented 1 year ago

import pandas as pd from pandasgui import show df=pd.DataFrame([[1,2,3],[4,5,6],[7,8,9]]) show(df)

UnicodeEncodeError: 'gbk' codec can't encode character '\u25c4' in position 276395: illegal multibyte sequence

Environment OS: (Windows 10) Python: (3.11.1) IDE: (Python IDLE)