码迷,mamicode.com
首页 > 编程语言 > 详细

Python-Matplotlib2 Questions

时间:2017-02-16 13:41:54      阅读:271      评论:0      收藏:0      [点我收藏+]

标签:中文   weight   mat   lin   har   tin   pos   nump   detail   

Question 1:

列中有中文

Traceback (most recent call last):
File "~/PycharmProjects/ltest/scripts/py_matlab.py", line 17, in <module>
ages, weights, heights = np.loadtxt(‘data.csv‘, delimiter=‘,‘ , skiprows=0 , unpack=True)
File "/opt/share/anaconda3/lib/python3.6/site-packages/numpy/lib/npyio.py", line 888, in loadtxt
first_vals = split_line(first_line)
File "/opt/share/anaconda3/lib/python3.6/site-packages/numpy/lib/npyio.py", line 864, in split_line
line = asbytes(line)
File "/opt/share/anaconda3/lib/python3.6/site-packages/numpy/compat/py3k.py", line 31, in asbytes
return str(s).encode(‘latin1‘)
UnicodeEncodeError: ‘latin-1‘ codec can‘t encode characters in position 0-1: ordinal not in range(256)

Resolve 1 :

http://blog.csdn.net/dgatiger/article/details/50414549

Python-Matplotlib2 Questions

标签:中文   weight   mat   lin   har   tin   pos   nump   detail   

原文地址:http://www.cnblogs.com/zsr0401/p/6404912.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!