Skip to content

DOC: Correct misuse of term high-cardinality in docs. #29811

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
Nov 26, 2019
Merged
Changes from 1 commit
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
Next Next commit
Correct misuse of high-cardinality
  • Loading branch information
ebrassell authored Nov 23, 2019
commit fd60ad0f672eb1ad1354db0c0dd14c67e644919e
2 changes: 1 addition & 1 deletion doc/source/user_guide/scale.rst
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ 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
especially true for low-cardinality text data (columns with relatively few
unique values). By using more efficient data types you can store larger datasets
in memory.

Expand Down