Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion doc/source/user_guide/text.rst
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ to significantly increase the performance and lower the memory overhead of

The default when pandas infers the dtype of a collection of
strings is to use ``dtype='str'``. This will use ``np.nan``
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
PyArrow is installed, or backed by NumPy ``object`` array
when PyArrow is not installed.

Expand Down
Loading