stores = pd.read_excel(store,usecols=['店号','是否有效店'])#usecols=['店号','是否有效店'] stores['店号'] = [i.strip() for i in stores['店号']]#对店号列的内容去空格处理
stores = pd.read_excel(store,usecols=['店号','是否有效店'])#usecols=['店号','是否有效店'] stores['店号'] = [i.strip() for i in stores['店号']]#对店号列的内容去空格处理