可以快速上手的开发文档
创建多重索引In[16]:df=pd.DataFrame(np.random.randn(3,8),index=['A','B','C'],columns=index)In[17]:dfOut[17]:firstba..