Table Of Contents

Search

Enter search terms or a module, class or function name.

pandas.TimedeltaIndex.reshape

TimedeltaIndex.reshape(*args, **kwargs)[source]

NOT IMPLEMENTED: do not call this method, as reshaping is not supported for Index objects and will raise an error.

Reshape an Index.

Scroll To Top