We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2fd8021 commit 54ce729Copy full SHA for 54ce729
doc/source/user_guide/sparse.rst
@@ -87,14 +87,15 @@ The :attr:`SparseArray.dtype` property stores two pieces of information
87
sparr.dtype
88
89
90
-A :class:`SparseDtype` may be constructed by passing each of these
+A :class:`SparseDtype` may be constructed by passing only a dtype
91
92
.. ipython:: python
93
94
pd.SparseDtype(np.dtype('datetime64[ns]'))
95
96
-The default fill value for a given NumPy dtype is the "missing" value for that dtype,
97
-though it may be overridden.
+in which case a default fill value will be used (for NumPy dtypes this is often the
+"missing" value for that dtype). To override this default an explicit fill value may be
98
+passed instead
99
100
101
0 commit comments