Join GitHub today
GitHub is home to over 20 million developers working together to host and review code, manage projects, and build software together.
PERF: rendering of large number of categories #11305
Comments
jreback
added this to the
0.17.1
milestone
Oct 12, 2015
|
cc @michaelaye |
jreback
referenced
this issue
Oct 12, 2015
Open
Incorrect match for pd.Term with Categorical at read_hdf #11304
michaelaye
added a commit
to michaelaye/pandas
that referenced
this issue
Oct 13, 2015
|
|
michaelaye |
52fa9fa
|
michaelaye
referenced
this issue
Oct 13, 2015
Closed
Checking for length of categories before doing string conversion. fix… #11306
jreback
closed this
in 4777800
Nov 13, 2015
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
jreback commentedOct 12, 2015
xref #11304
This renders the string of all of the categories before chopping them, see here
This should check for a large number of categories first, then render the chopped portions.