Skip to content

Commit f8fbc61

Browse files
mismatched quote
1 parent bd52f39 commit f8fbc61

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

web/pandas/pdeps/0014-string-dtype.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ used the experimental `pd.NA` sentinel for missing values. In addition to using
145145
comparisons or predicates.
146146
- Operations on the string column that give a numeric or boolean result use the
147147
nullable Integer/Float/Boolean data types (e.g. `ser.str.len()` returns the
148-
nullable `'Int64"` / `pd.Int64Dtype()` dtype instead of the numpy `int64`
148+
nullable `"Int64"` / `pd.Int64Dtype()` dtype instead of the numpy `int64`
149149
dtype (or `float64` in case of missing values)).
150150

151151
However, up to this date, all other default data types still use `NaN` semantics

0 commit comments

Comments
 (0)