def convertColumnsToTimeDeltas(self,section):
col=self._df.columns[section]
self._df[col]=pd.to_timedelta(self._df[col])
self._dirty = True
self.dataChanged.emit()
###############################################################################
评论列表
文章目录