@@ -1942,7 +1942,7 @@ arguments, strings can be specified as indicated. See the respective
1942
1942
documentation sections for more on each type.
1943
1943
1944
1944
+------------------+---------------------------+--------------------+-------------------------------+-----------------------------------------+-------------------------------+
1945
- | Kind of Data | Data Type | Scalar | Array | String Shortcuts | Documentation |
1945
+ | Kind of Data | Data Type | Scalar | Array | String Aliases | Documentation |
1946
1946
+==================+===========================+====================+===============================+=========================================+===============================+
1947
1947
| tz-aware datetime | :class: `DatetimeTZDtype ` | :class: `Timestamp ` | :class: `arrays.DatetimeArray ` | ``'datetime64[ns, <tz>]' `` | :ref: `timeseries.timezone ` |
1948
1948
+------------------+---------------------------+--------------------+-------------------------------+-----------------------------------------+-------------------------------+
@@ -1952,13 +1952,10 @@ documentation sections for more on each type.
1952
1952
| (time spans) | | | | ``'Period[<freq>]' `` | |
1953
1953
+------------------+---------------------------+--------------------+-------------------------------+-----------------------------------------+-------------------------------+
1954
1954
| sparse | :class: `SparseDtype ` | (none) | :class: `arrays.SparseArray ` | ``'Sparse' ``, ``'Sparse[int]' ``, | :ref: `sparse ` |
1955
- | | | | | ``'Sparse[int32, 0]' ``, | |
1956
- | | | | | ``'Sparse[int64, 0]' ``, | |
1957
- | | | | | ``'Sparse[float32, nan]' ``, | |
1958
- | | | | | ``'Sparse[float64, nan]' `` | |
1955
+ | | | | | ``'Sparse[float]' `` | |
1959
1956
+------------------+---------------------------+--------------------+-------------------------------+-----------------------------------------+-------------------------------+
1960
1957
| intervals | :class: `IntervalDtype ` | :class: `Interval ` | :class: `arrays.IntervalArray ` | ``'interval' ``, ``'Interval' ``, | :ref: `advanced.intervalindex ` |
1961
- | | | | | ``'Interval[<np.numeric >]' ``, | |
1958
+ | | | | | ``'Interval[<numpy_dtype >]' ``, | |
1962
1959
| | | | | ``'Interval[datetime64[ns, <tz>]]' ``, | |
1963
1960
| | | | | ``'Interval[timedelta64[<freq>]]' `` | |
1964
1961
+------------------+---------------------------+--------------------+-------------------------------+-----------------------------------------+-------------------------------+
0 commit comments