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 eb2c189 commit 89bf2e7Copy full SHA for 89bf2e7
doc/source/user_guide/text.rst
@@ -47,7 +47,7 @@ to significantly increase the performance and lower the memory overhead of
47
48
The default when pandas infers the dtype of a collection of
49
strings is to use ``dtype='str'``. This will use ``np.nan``
50
- as it's NA value and be backed by a PyArrow string array when
+ as its NA value and be backed by a PyArrow string array when
51
PyArrow is installed, or backed by NumPy ``object`` array
52
when PyArrow is not installed.
53
0 commit comments