可以快速上手的开发文档
首先新建一个dataframe:In[8]:df=pd.DataFrame({'name':list('ABCDA'),'house':[1,1,2,3,3],'date':['2010-01-01','2010..