-
-
Notifications
You must be signed in to change notification settings - Fork 18.5k
Remove the special case for empty dataframes. #6405
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
Conversation
can post a before and after of an empty frame (and also something with rows to make sure it hasn't changed) |
Before:
leads to
With the patch you get:
A dataframe with values (
in both cases. |
@filmor no what I mean is actually put up a picture, like a png/jpeg of what it looks like in the browser. You can execute the code and save it that way. |
can you add a release note (and a note in v0.14.0.txt for this), referencing the issue? (put in the API section) looks good otherwise |
Done. |
@hayd @jorisvandenbossche look ok? |
Is this also how it will be displayed when printing a DataFrame in the notebook? |
It is, yes. If this is not desired I'd vote for fixing this in IPython, not in |
Remove the special case for empty dataframes.
thanks |
Fixes issue #6062.