We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1657a13 commit b452a51Copy full SHA for b452a51
ci/code_checks.sh
@@ -116,7 +116,6 @@ if [[ -z "$CHECK" || "$CHECK" == "docstrings" ]]; then
116
-i "pandas.DatetimeIndex.tz_convert RT03" \
117
-i "pandas.DatetimeTZDtype SA01" \
118
-i "pandas.DatetimeTZDtype.tz SA01" \
119
- -i "pandas.DatetimeTZDtype.unit SA01" \
120
-i "pandas.Grouper PR02" \
121
-i "pandas.Index PR07" \
122
-i "pandas.Index.T SA01" \
pandas/core/dtypes/dtypes.py
@@ -793,6 +793,10 @@ def unit(self) -> str_type:
793
"""
794
The precision of the datetime data.
795
796
+ See Also
797
+ --------
798
+ DatetimeTZDtype.tz : Retrieves the timezone.
799
+
800
Examples
801
--------
802
>>> from zoneinfo import ZoneInfo
0 commit comments