2017年1月3日
摘要: http://stackoverflow.com/questions/15325182/how-to-filter-rows-in-pandas-by-regex dbstk.loc[dbstk.STKCODE.str.startswith('6'),:] dbstk.loc[dbstk.STKCO 阅读全文
posted @ 2017-01-03 17:49 ppqchina 阅读(1071) 评论(0) 推荐(0)