示例#1
0
文件: tdi.py 项目: AbnerZheng/pandas
 def _formatter_func(self):
     from pandas.formats.format import _get_format_timedelta64
     return _get_format_timedelta64(self, box=True)
示例#2
0
 def _formatter_func(self):
     from pandas.formats.format import _get_format_timedelta64
     return _get_format_timedelta64(self, box=True)