在Pandas中,通过drop方法删除行或列时,以下哪个参数表示删除的是列而不是行()


在Pandas中,通过drop方法删除行或列时,以下哪个参数表示删除的是列而不是行()

A、axis=1

B、rows

C、axis=0

D、columns

正确答案:axis=1


Tag:参数 方法 时间:2024-04-17 11:04:26