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 bd52f39 commit f8fbc61Copy full SHA for f8fbc61
web/pandas/pdeps/0014-string-dtype.md
@@ -145,7 +145,7 @@ used the experimental `pd.NA` sentinel for missing values. In addition to using
145
comparisons or predicates.
146
- Operations on the string column that give a numeric or boolean result use the
147
nullable Integer/Float/Boolean data types (e.g. `ser.str.len()` returns the
148
- nullable `'Int64"` / `pd.Int64Dtype()` dtype instead of the numpy `int64`
+ nullable `"Int64"` / `pd.Int64Dtype()` dtype instead of the numpy `int64`
149
dtype (or `float64` in case of missing values)).
150
151
However, up to this date, all other default data types still use `NaN` semantics
0 commit comments