簡(jiǎn)介: 本文主要介紹了怎樣操作多行rows税娜,多列columns。
選擇
loc方法
dataframe.loc[ index, columns]
dataframe.loc[ [index1, index2], :]
dataframe.loc[ :, columns]
iloc方法
dataframe.loc[ pos, columns]
dataframe.loc[ [1,2,3], :]
ix方法
丟棄
drop()方法,
附上小哥哥的視頻鏈接Data analysis in Python with pandas
Youtube ??
嗶哩嗶哩 ??
本系列文章列表
pandas使用技巧總覽