We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 98537a4 commit c37ba71Copy full SHA for c37ba71
pandas/core/indexes/datetimes.py
@@ -94,6 +94,7 @@ class DatetimeIndex(DatetimeTimedeltaMixin):
94
'infer' can be passed in order to set the frequency of the index as the
95
inferred frequency upon creation.
96
tz : pytz.timezone or dateutil.tz.tzfile
97
+ Timezone of the datetime.
98
ambiguous : 'infer', bool-ndarray, 'NaT', default 'raise'
99
When clocks moved backward due to DST, ambiguous times may arise.
100
For example in Central European Time (UTC+01), when going from 03:00
0 commit comments