Dataframe 是dict-like类型,可以通过df[xx]的形式选择单列、多列(传入列表)。Dataframe也是list-list类型,可以通过切片选择数据。此外,他还提供loc、 ...
確定! 回上一頁