-
-
Notifications
You must be signed in to change notification settings - Fork 18.4k
categorical fixup 3 #8375
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
Comments
https://github.com/ContinuumIO/dynd-python/blob/master/docs/source/type.rst @JanSchulz FYI ndt is libdynd essentially a modern version of numpy, supporting among things: categorical, missing values in int, var lenstrings going to integregrate some of this for 0.16 (it coexists with numpy) |
IMO this Bug can be set to 0.15.1 or later, the more urgent ones are done in the individual PRs. |
why don't u close this one and roll a new issue for the remaining items |
@JanSchulz what's left on this one? |
IMO the rest of the ToDos from above can wait and categorical is ready for |
@JanSchulz optimistic :) hahah |
Just read the v0.15.0 release notes and noticed that they still use "levels" in a couple of spots instead of "categories" :(. see that third warning message: http://pandas.pydata.org/pandas-docs/stable/whatsnew.html#v0-15-0-october-18-2014 |
@jorisvandenbossche can you address @shoyer comment when you repush the docs? thxs @shoyer joris is rebuilding the docs (and repushing) anyhow...thxs |
also see the second bullet here: http://pandas.pydata.org/pandas-docs/stable/whatsnew.html#categoricals-in-series-dataframe |
Most of these have been addressed / aren't a priority now. |
Series(np.array(list('abcdefghij')).take(np.random.randint(0,10,size=len(df)))).astype('category')
+ NaN + type + size + unique kword?self.values.xxx
inSeries
and check that the methods using such call work when values is aCategorical
. See WIP: searchsorted implementation #7447s/Schultz/Schulz/
The text was updated successfully, but these errors were encountered: