科学网

 找回密码
  注册
use vc12 compilling environment instead of vc08
李林 2013-8-11 07:22
For some python projects, we need change the compilling enviroment with Visual Studio 2012 installed : SET VS90COMNTOOLS=%VS110COMNTOOLS%
个人分类: python|2557 次阅读|没有评论
transform overall csv file content into numpy array
李林 2013-8-10 18:14
from numpy import genfromtxt data = genfromtxt('xxx.csv', delimiter=',') print data.shape
个人分类: python|2990 次阅读|没有评论

Archiver|手机版|科学网 ( 京ICP备07017567号-12 )

GMT+8, 2024-4-28 05:06

Powered by ScienceNet.cn

Copyright © 2007- 中国科学报社

返回顶部