For compatibility with 1D-only ExtensionArrays.
(self, arg: np.ndarray)
| 941 | # but not ExtensionBlock |
| 942 | |
| 943 | def _maybe_squeeze_arg(self, arg: np.ndarray) -> np.ndarray: |
| 944 | """ |
| 945 | For compatibility with 1D-only ExtensionArrays. |
| 946 | """ |
| 947 | return arg |
| 948 | |
| 949 | def _unwrap_setitem_indexer(self, indexer): |
| 950 | """ |