摘要: Python is an interpreted language. A python script goes through sourcecode --> interpreter --> output. Whereas languages, like C/C++, java, goes throu 阅读全文
posted @ 2016-05-02 21:52 心怀阳光 阅读(161) 评论(0) 推荐(0) 编辑
摘要: 1. get data from csv, skip header of the file. 2. get one colum of data xlwt module 1. install, using the command : 2. a quick start (from the interne 阅读全文
posted @ 2016-05-02 07:48 心怀阳光 阅读(212) 评论(0) 推荐(0) 编辑
摘要: 0.xlrd introduce Library for developers to extract data from Microsoft Excel (tm) spreadsheet files 1. install xlrd 2. use xlrd in python 1 import xlr 阅读全文
posted @ 2016-05-02 04:29 心怀阳光 阅读(133) 评论(0) 推荐(0) 编辑
摘要: 0.Introduce pandas.read_csv(filepath_or_buffer,sep=', ', dialect=None, compression='infer', doublequote=True, escapechar=None, quotechar='"', quoting= 阅读全文
posted @ 2016-05-02 03:24 心怀阳光 阅读(298) 评论(0) 推荐(0) 编辑