Loading GenDevice/excelIcd.py +2 −2 Original line number Diff line number Diff line Loading @@ -35,8 +35,8 @@ class excelIcd: if(self.debug): print(self.nsheets,self.book.sheet_names) for sheet_name in (self.book.sheet_names): she=(self.book.parse(sheet_name)).dropna(axis=0,how='all') self.sheets[sheet_name]=she.dropna(axis=1,how='all') she=(self.book.parse(sheet_name)) #.dropna(axis=0,how='all') self.sheets[sheet_name]=she #.dropna(axis=1,how='all') siz=self.sheets[sheet_name].shape if(self.debug): print(self.sheets[sheet_name].columns,siz[0],siz[1]) Loading Loading
GenDevice/excelIcd.py +2 −2 Original line number Diff line number Diff line Loading @@ -35,8 +35,8 @@ class excelIcd: if(self.debug): print(self.nsheets,self.book.sheet_names) for sheet_name in (self.book.sheet_names): she=(self.book.parse(sheet_name)).dropna(axis=0,how='all') self.sheets[sheet_name]=she.dropna(axis=1,how='all') she=(self.book.parse(sheet_name)) #.dropna(axis=0,how='all') self.sheets[sheet_name]=she #.dropna(axis=1,how='all') siz=self.sheets[sheet_name].shape if(self.debug): print(self.sheets[sheet_name].columns,siz[0],siz[1]) Loading