def fpath_changed(self,new): print "Reading",new #### ### FIX ME: nrows = 1000 for develepment #### self.df = d.read_div_data(new,nrows=35000) self.add_status("Done loading new file.") self.checklist_c=['1']
def fpath_changed(self, new): print "Reading", new #### ### FIX ME: nrows = 1000 for develepment #### self.df = d.read_div_data(new, nrows=35000) self.add_status("Done loading new file.") self.checklist_c = ['1']
def prep_data(fname): df = div.read_div_data(fname) fix_columns(df) df.set_index('jdate', inplace=True) return df
def prep_data(fname): df = read_div_data(fname) fix_columns(df) df.set_index(make_date_index(df),inplace=True) return df