-
TimedeltaIndex.union(other)
[source] -
Specialized union for TimedeltaIndex objects. If combine overlapping ranges with the same DateOffset, will be much faster than Index.union
Parameters: other : TimedeltaIndex or array-like Returns: y : Index or TimedeltaIndex
TimedeltaIndex.union()
2017-01-12 04:56:22
Please login to continue.