diff --git a/doc/source/user_guide/scale.rst b/doc/source/user_guide/scale.rst index 7b590a3a1fcc8..cff782678a4b3 100644 --- a/doc/source/user_guide/scale.rst +++ b/doc/source/user_guide/scale.rst @@ -93,9 +93,9 @@ Use efficient datatypes ----------------------- The default pandas data types are not the most memory efficient. This is -especially true for high-cardinality text data (columns with relatively few -unique values). By using more efficient data types you can store larger datasets -in memory. +especially true for text data columns with relatively few unique values (commonly +referred to as "low-cardinality" data). By using more efficient data types you +can store larger datasets in memory. .. ipython:: python