一、Pandas基础 nunique:显示有多少个唯一值 ibes_recddet['etext'].nunique() 90 unique:显示所有的唯一值 ibes_recddet['etext'].unique(