Why is DataFrame.loc[[1]] 1800x slower than df.ix [[1]] and 3500x than df.loc[1]?自己尝试一下:[cc lang=python]import pandas as pds=pd.
確定! 回上一頁