pandas.TimedeltaIndex.reindex

TimedeltaIndex.reindex(target, method=None, level=None, limit=None, tolerance=None) [source]

Create index with target’s values (move/add/delete values as necessary)

Parameters:

target : an iterable

Returns:

new_index : pd.Index

Resulting index

indexer : np.ndarray or None

Indices of output values in original index

© 2008–2012, AQR Capital Management, LLC, Lambda Foundry, Inc. and PyData Development Team
Licensed under the 3-clause BSD License.
https://pandas.pydata.org/pandas-docs/version/0.19.2/generated/pandas.TimedeltaIndex.reindex.html