Table Of Contents

Search

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

pandas.MultiIndex.to_datetime

MultiIndex.to_datetime(dayfirst=False)[source]

DEPRECATED: use pandas.to_datetime() instead.

For an Index containing strings or datetime.datetime objects, attempt conversion to DatetimeIndex

Scroll To Top