-
-
Notifications
You must be signed in to change notification settings - Fork 18.3k
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
index repr should show name(s) attribute #6482
Labels
Indexing
Related to indexing on series/frames, not to indexes themselves
Output-Formatting
__repr__ of pandas objects, to_string
Milestone
Comments
hsperr
added a commit
to hsperr/pandas
that referenced
this issue
Apr 14, 2015
hsperr
added a commit
to hsperr/pandas
that referenced
this issue
Apr 14, 2015
jreback
pushed a commit
to jreback/pandas
that referenced
this issue
Apr 14, 2015
jreback
pushed a commit
to jreback/pandas
that referenced
this issue
Apr 16, 2015
jreback
pushed a commit
to jreback/pandas
that referenced
this issue
Apr 20, 2015
jreback
pushed a commit
to jreback/pandas
that referenced
this issue
Apr 28, 2015
jreback
pushed a commit
to jreback/pandas
that referenced
this issue
May 4, 2015
jreback
pushed a commit
to jreback/pandas
that referenced
this issue
May 6, 2015
jreback
pushed a commit
to jreback/pandas
that referenced
this issue
May 6, 2015
jreback
pushed a commit
to jreback/pandas
that referenced
this issue
May 6, 2015
jreback
pushed a commit
to jreback/pandas
that referenced
this issue
May 6, 2015
move tests to generically tests for index generify __unicode__ for Index adjust index display to max_seq_items
jreback
pushed a commit
to jreback/pandas
that referenced
this issue
May 7, 2015
move tests to generically tests for index generify __unicode__ for Index adjust index display to max_seq_items
jreback
pushed a commit
to jreback/pandas
that referenced
this issue
May 8, 2015
move tests to generically tests for index generify __unicode__ for Index adjust index display to max_seq_items
jreback
pushed a commit
to jreback/pandas
that referenced
this issue
May 8, 2015
move tests to generically tests for index generify __unicode__ for Index adjust index display to max_seq_items
jreback
pushed a commit
to jreback/pandas
that referenced
this issue
May 8, 2015
move tests to generically tests for index generify __unicode__ for Index adjust index display to max_seq_items
jreback
pushed a commit
to jreback/pandas
that referenced
this issue
May 9, 2015
move tests to generically tests for index generify __unicode__ for Index adjust index display to max_seq_items
yarikoptic
added a commit
to neurodebian/pandas
that referenced
this issue
Jul 2, 2015
Version 0.16.1 * tag 'v0.16.1': (222 commits) RLS: v0.16.1 final DOC: missed merge in v0.16.1 whatsnew DOC: add v0.17.0.txt whatsnew (not in index yet though) BUG: Series.fillna() raises if given a numerically convertible string DOC: add docstring for PeriodIndex.asfreq more fixups Index repr: allow unequal number of elements on one line Change Index repr to adjust to string length fixup for CategoricalIndex merge formatting MultiIndex ENH: repr now shows index name pandas-dev#6482 DOC: prepare for 0.16.1 release DOC: edits in v0.16.1 whatsnew DEPR: Deprecate str.split return_type pandas-dev#9847 fix the inconsistency between code and description ENH: support str translate for StringMethods ENH: support StringMethods index and rindex Release note [ci skip] TST: using - rather than difference in tools/plotting.py DOC: additional whatsnew ENH: support __radd__ operation on Index (GH10083) ...
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Indexing
Related to indexing on series/frames, not to indexes themselves
Output-Formatting
__repr__ of pandas objects, to_string
Think this would be useful.
maybe related #5734
The text was updated successfully, but these errors were encountered: