Closed
Description
- check that plot does the right thing, i.e. ordering of the categories
- Make a utils.testing.makeCategorical()
Series(np.array(list('abcdefghij')).take(np.random.randint(0,10,size=len(df)))).astype('category')
+ NaN + type + size + unique kword? - check for
self.values.xxx
inSeries
and check that the methods using such call work when values is aCategorical
. See WIP: searchsorted implementation #7447 - Apply and Categoricals: BUG/ENH: categorical returned during a transform #8065
- Categorical.searchsorted() categorical needs a searchsorted implmentation #8420
- docs: "[...] number of possible values (categories; -categories-+levels+ in R). " DOC/FIX: In R it's still levels... #8561
- move assert_categorical_equal to testing.py and fix "categories" failure msg
- check whatsnew: In the note change "levels" to "categories" and
s/Schultz/Schulz/
- docstring in API: update pd.cut with the new categorical integration #8077 (comment)
- add a link to "comparison with R" section from http://pandas-docs.github.io/pandas-docs-travis/comparison_with_r.html
- check that the memory info is doing the right thing for categorical (ENH: dataframe memory usage #7619)