UnicodeDecodeError: 'utf-8' codec can't decode byte 0xb8 in position 15: invalid start byte when making a python executable

前端 未结 0 621
挽巷
挽巷 2021-01-07 11:40

I\'ve got a tkinter GUI thats uses the following function:

def analyzeFile():
x = fileEntry.get()
df = pd.read_csv(x)


for y in df.columns:
    df[y] = pd.to         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题