We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b2cde72 commit ad42520Copy full SHA for ad42520
ci/code_checks.sh
@@ -91,7 +91,6 @@ if [[ -z "$CHECK" || "$CHECK" == "docstrings" ]]; then
91
-i "pandas.Interval.left SA01" \
92
-i "pandas.Interval.mid SA01" \
93
-i "pandas.Interval.right SA01" \
94
- -i "pandas.IntervalDtype.subtype SA01" \
95
-i "pandas.IntervalIndex.closed SA01" \
96
-i "pandas.IntervalIndex.contains RT03" \
97
-i "pandas.IntervalIndex.get_loc PR07,RT03,SA01" \
pandas/core/dtypes/dtypes.py
@@ -1311,6 +1311,10 @@ def subtype(self):
1311
"""
1312
The dtype of the Interval bounds.
1313
1314
+ See Also
1315
+ --------
1316
+ IntervalDtype: An ExtensionDtype for Interval data.
1317
+
1318
Examples
1319
--------
1320
>>> dtype = pd.IntervalDtype(subtype="int64", closed="both")
0 commit comments