Pandas詳解十三之多級索引MultiIndex(層次化索引)

約定: import pandas as pd import numpy as np 多級索引 多級索引(也稱層次化索引)是pandas的重要功能,能夠在Series、DataFrame對象上擁有2個以及2個以上的索引。 實質上,單級索引對應Index對象,多級索引對應MultiIndex對象。python 1、Series對象的多級索引 多級索引Series對象的建立 se1=pd.Series
相關文章
相關標籤/搜索