目录

搜索

输入搜索字词或模块,类或函数名称。

pandas.Series.str.slice

Series.str.slice(start=None, stop=None, step=None)[source]

从Series / Index中的每个元素切割子串

参数:

start:int或None

停止:int或无

步骤:int或无

返回:

切片:系列/对象索引

Scroll To Top