We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d1d69e2 commit b9b06b3Copy full SHA for b9b06b3
doc/source/whatsnew/v2.0.0.rst
@@ -66,7 +66,7 @@ Below is a possibly non-exhaustive list of changes:
66
1. Instantiating using a numpy numeric array now follows the dtype of the numpy array.
67
Previously, all indexes created from numpy numeric arrays were forced to 64-bit. Now,
68
for example, ``Index(np.array([1, 2, 3]))`` will be ``int32`` on 32-bit systems, where
69
- it previously would have been ``int64``` even on 32-bit systems.
+ it previously would have been ``int64`` even on 32-bit systems.
70
Instantiating :class:`Index` using a list of numbers will still return 64bit dtypes,
71
e.g. ``Index([1, 2, 3])`` will have a ``int64`` dtype, which is the same as previously.
72
2. The various numeric datetime attributes of :class:`DatetimeIndex` (:attr:`~DatetimeIndex.day`,
0 commit comments