摘要:
> In my opinion, the use of plastic bags should be banned completely. The main concern is the fact that majority of the plastic bags are not biodegrad 阅读全文
摘要:
pandas中索引的使用定义一个pandas的DataFrame对像 import pandas as pd data = pd.DataFrame({'A':[1,2,3],'B':[4,5,6],'C':[7,8,9]},index=["a","b","c"]) data output A B 阅读全文