Skip to content
Closed
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/gotchas.rst
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ dtype in order to store the NAs. These are summarized by this table:
``integer``, cast to ``float64``
``boolean``, cast to ``object``

While this may seem like a heavy trade-off, in practice I have found very few
While this may seem like a heavy trade-off, I have found very few
cases where this is an issue in practice. Some explanation for the motivation
here in the next section.

Expand Down