摘要:
[split]1.str.split([sep[,maxsplit]])Return a list of the words in the string, usingsepas the delimiter string. Ifmaxsplitis given, at mostmaxsplitsplits are done (thus, the list will have at mostmaxsplit+1elements). Ifmaxsplitis not specified or-1, then there is no limit on the number of splits (all 阅读全文
posted @ 2013-09-27 17:46
Tekkaman
阅读(362)
评论(0)
推荐(0)
浙公网安备 33010602011771号