You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@mhooreman this is the responsibility of the pandas library, not the notebook, I think.
And there are some issues on this: pandas-dev/pandas#5563, pandas-dev/pandas#8750, pandas-dev/pandas#10300.
Providing a _repr_html_ for series is not difficult, but the question is also how it should look like to be able to distinguish it from a one column dataframe. Contributions are always welcome!
Hello,
If we generate a pandas.DataFrame at the end of a cell, that DataFrame will be nicely shown.
If we do the same with a pandas.Series, it is shown as text. To have the nice display, we have to make a DataFrame of that Series.
Would it be possible to implement the nice printing for Series?
Thanks a lot!
The text was updated successfully, but these errors were encountered: