We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 720d532 commit dd6ccb5Copy full SHA for dd6ccb5
pandas/core/generic.py
@@ -10133,8 +10133,6 @@ def tz_convert(
10133
"""
10134
Convert tz-aware axis to target time zone.
10135
10136
- To convert to UTC and get a tz-naive axis, pass tz=None.
10137
-
10138
Parameters
10139
----------
10140
tz : str or tzinfo object or None
@@ -10204,9 +10202,6 @@ def tz_localize(
10204
10202
This operation localizes the Index. To localize the values in a
10205
10203
timezone-naive Series, use :meth:`Series.dt.tz_localize`.
10206
10207
- This method can also used to do the inverse -- to get a tz-naive index
10208
- from a time zone aware index, pass tz=None.
10209
10210
10211
10212
tz : str or tzinfo or None
0 commit comments