Skip to content
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

Add support for ordered factors and groupby handling #292

Closed
wesm opened this issue Oct 26, 2011 · 2 comments
Closed

Add support for ordered factors and groupby handling #292

wesm opened this issue Oct 26, 2011 · 2 comments

Comments

@wesm
Copy link
Member

wesm commented Oct 26, 2011

No description provided.

@gregglind
Copy link
Contributor

Right now, I want things like "give a nice binning for True / False, rather than histogramming" . Is that a subset of this bug?

@gregglind
Copy link
Contributor

This might be a good recipe for the the bar charts for ordered factors...

http://www.scipy.org/Cookbook/Matplotlib/BarCharts

@wesm wesm closed this as completed in ea1186d Jun 5, 2012
dan-nadler pushed a commit to dan-nadler/pandas that referenced this issue Sep 23, 2019
…ore size chunking

When ChunkStore chunks for size (due to 16MB doc limit in MongoDB), it was not including the size of the metadata in the size of the document. In general, this is ok, the metadata is very small, but it can be quite large when array masks are included in the metadata (this happens when there are columns of strings that have missing values).
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants