python lambda if elif else ... sourcedf['地區']=sourcedf['exam_district'].apply(lambda x:"全國" if x==1 else ("北京" if x==3 else("上海" if ...
確定! 回上一頁