-
Notifications
You must be signed in to change notification settings - Fork 129
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
Don't print ... if number of rows is NA on input but certain after calling head() #19
Comments
This doesn't seem like the responsibility of tibble to me. |
Doesn't this look odd to you:
On the other hand, it looks to me that this would be fairly difficult to fix in dplyr in an efficient way. Would it be permissible to soften "separation of concerns" in this case? |
Should be fixed in dplyr. |
It's a bit odd, but fixing it in general is going to be fiddly, and it doesn't crop up much during real data analysis. |
Fiddling with it right now. Parts should be fixed in tibble (trunc_mat), parts in dplyr. Can we split up |
Now I have
with generic dim_desc() and minor changes in dplyr. This case occur in data analysis e.g. if you aggregate and have < 10 groups. I'd vote for reopening. |
I'm willing to take a look, but I think making |
The relevant changes are #48 and krlmlr/dplyr@ae91470, works for me; I don't see where this breaks encapsulation. |
This old thread has been automatically locked. If you think you have found something related to this, please open a new issue and link to this old issue if necessary. |
* Harmonize yaml formatting Closes #19 * revert changes to matrix section
For SQL sources.
The text was updated successfully, but these errors were encountered: