目录

搜索

输入搜索字词或模块,类或函数名称。

pandas.TimedeltaIndex.insert

TimedeltaIndex.insert(loc, item)[source]

使新索引在位置插入新项目

参数:

loc:int

item:object

如果不是Python datetime或numpy整数,返回的Index dtype将是对象而不是datetime。

返回:

new_index:索引

Scroll To Top