.apply(method)

.apply()

df['column'].apply(method)
(к столбцу)

df.apply(method, axis=1)
(к строке)

Подписка на RSS - .apply(method)