コード例 #1
0
 def _concat_same_dtype(self, indexes, name):
     return _concat._concat_index_same_dtype(indexes).rename(name)
コード例 #2
0
ファイル: numeric.py プロジェクト: dalejung/pandas
 def _concat_same_dtype(self, indexes, name):
     return _concat._concat_index_same_dtype(indexes).rename(name)