Pandas: Chained 索引与loc索引, 以及SettingWithCopyWarning
当给一个pandas对象赋值时,一定要小心,避免使用ChainedIndexing进行赋值,而应该使用.loc[:,'column']方式赋值.importpandasaspdimportnumpyasnp索引方式我们先用ChainedIndex和locIndex分别去索引一个Dataframe中的一列.raw_list=[list('abcd'),list('efgh'),list('ijkl'