We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 408ecd2 commit 361ef9eCopy full SHA for 361ef9e
doc/source/categorical.rst
@@ -979,7 +979,7 @@ Memory Usage
979
980
.. _categorical.memory:
981
982
-The memory usage of a ``Categorical`` is proportional to the number of categories times the length of the data. In contrast,
+The memory usage of a ``Categorical`` is proportional to the number of categories plus the length of the data. In contrast,
983
an ``object`` dtype is a constant times the length of the data.
984
985
.. ipython:: python
0 commit comments