We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7adb980 commit 1875123Copy full SHA for 1875123
ci/code_checks.sh
@@ -105,7 +105,6 @@ if [[ -z "$CHECK" || "$CHECK" == "docstrings" ]]; then
105
-i "pandas.DatetimeIndex.to_period RT03" \
106
-i "pandas.DatetimeIndex.to_pydatetime RT03,SA01" \
107
-i "pandas.DatetimeTZDtype SA01" \
108
- -i "pandas.DatetimeTZDtype.tz SA01" \
109
-i "pandas.Grouper PR02" \
110
-i "pandas.Index PR07" \
111
-i "pandas.Index.append PR07,RT03,SA01" \
pandas/core/dtypes/dtypes.py
@@ -811,6 +811,10 @@ def tz(self) -> tzinfo:
811
"""
812
The timezone.
813
814
+ See Also
815
+ --------
816
+ DatetimeTZDtype.unit : Retrieves precision of the datetime data.
817
+
818
Examples
819
--------
820
>>> from zoneinfo import ZoneInfo
0 commit comments