newmerce的个人博客分享 http://blog.sciencenet.cn/u/newmerce

博文

按标题搜索
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|2588 次阅读|没有评论
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|3021 次阅读|没有评论

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

GMT+8, 2024-5-18 23:50

Powered by ScienceNet.cn

Copyright © 2007- 中国科学报社

返回顶部