def _concat_same_dtype(self, indexes, name):
     return _concat._concat_index_same_dtype(indexes).rename(name)
Пример #2
0
 def _concat_same_dtype(self, indexes, name):
     return _concat._concat_index_same_dtype(indexes).rename(name)