1. 程式人生 > >Pandas學習筆記,字符串方法(string method)

Pandas學習筆記,字符串方法(string method)

api long top method hand capi borde tle row

一般語法格式Series.str.method()。具體方法見http://pandas.pydata.org/pandas-docs/stable/api.html#string-handling

例如

Series.str.capitalize()

作用:Convert strings in the Series/Index to be capitalized.

Pandas學習筆記,字符串方法(string method)