天天看點

Pandas 文本資料方法 slice( )

Series.str.slice(start=None, stop=None, step=None)按下标截取字元串

參數:

start : 整型或預設

stop : 整型或預設

step : 整型或預設

Returns:

序列Series/索引Index

Series.str.slice_replace(start=None, stop=None, repl=None)按下标替換

參數:

start : 整型或預設

stop : 整型或預設

repl : 字元串或預設,要替換的字元串

傳回:

序列Series/索引Index