-
-
Notifications
You must be signed in to change notification settings - Fork 18.7k
BUG: output formatting with to_html(), index=False and/or index_names=False (#22579, #22747) #22655
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
Merged
Merged
Changes from 1 commit
Commits
Show all changes
109 commits
Select commit
Hold shift + click to select a range
6adc266
BUG: header alignment
simonjayhawkins a30da56
add test_to_html_index_name_single_index
simonjayhawkins b444fa2
add placeholders for multiIndex tests
simonjayhawkins c61ea4a
add regression test
simonjayhawkins 863b6d6
add regression test
simonjayhawkins b44d4ff
add regression test
simonjayhawkins d5c37e3
add regression test
simonjayhawkins 6b441df
prep test_to_html_index_name_multi_index_both_index_false
simonjayhawkins dcf74a5
add regression test
simonjayhawkins dd07605
add regression test
simonjayhawkins 4605a4e
add regression test
simonjayhawkins dd825f3
add regression test
simonjayhawkins b7fe95c
add regression test
simonjayhawkins dec609d
add regression test
simonjayhawkins 5b9bc6e
add regression test
simonjayhawkins a725108
move regression test
simonjayhawkins d7e8237
remove duplicated regression tests
simonjayhawkins 47fd132
add regression test
simonjayhawkins 4e48a32
add regression test
simonjayhawkins 30ac94e
add failing test
simonjayhawkins 5f6a8d1
split and rename tests
simonjayhawkins 1b4c5dc
fix failing test
simonjayhawkins 82d57eb
add test (failing)
simonjayhawkins cfa7570
fix failing test
simonjayhawkins 9f884fb
refactor
simonjayhawkins 25e8103
add regression test (failing)
simonjayhawkins d7ec7a3
fix failing test
simonjayhawkins 17f66ac
add test
simonjayhawkins 92d0c9a
add test (failing)
simonjayhawkins e6da59b
revert html.py to upstream/master
simonjayhawkins 96b181e
re-apply minimal code changes
simonjayhawkins e737cd6
minimise changes further
simonjayhawkins 9dbb6ed
refactor
simonjayhawkins 130873f
refactor
simonjayhawkins fc8851d
fix failing test
simonjayhawkins 2ace532
refactor
simonjayhawkins 49177d7
fix pep8
simonjayhawkins 5cbb8c5
refactor
simonjayhawkins 1db45f2
WIP parametrize tests
simonjayhawkins cf883d9
WIP parametrize tests
simonjayhawkins 3842c52
fix typo
simonjayhawkins 8722603
refactor test
simonjayhawkins d7c2e20
WIP parametrize tests
simonjayhawkins 2aed4ec
WIP parametrize tests
simonjayhawkins f8191f0
WIP parametrize tests
simonjayhawkins c21f7cd
add test (failing)
simonjayhawkins 3263cc1
fix failing test
simonjayhawkins 528fcbc
add test
simonjayhawkins fae4070
refactor
simonjayhawkins c3ab8d2
refactor test
simonjayhawkins 0d9330e
replace single with standard
simonjayhawkins ebf711b
refactor tests
simonjayhawkins b798429
refactor test
simonjayhawkins 23e3204
refactor test
simonjayhawkins 9fd31b3
add tests (failing)
simonjayhawkins 22396e2
fix failing tests
simonjayhawkins aee9b7e
minimise changes
simonjayhawkins aae1632
WIP add test fixtures
simonjayhawkins 3989085
WIP add test fixtures
simonjayhawkins 21a70ed
WIP add test fixtures
simonjayhawkins 85490a9
WIP add test fixtures
simonjayhawkins 2452aff
WIP add test fixtures
simonjayhawkins 9a0512c
WIP add test fixtures
simonjayhawkins f2b5f75
Merge remote-tracking branch 'upstream/master' into issue22579
simonjayhawkins f94e336
add test
simonjayhawkins db32821
refactor test
simonjayhawkins 2546d82
move read_file fixture factory into conftest.py
simonjayhawkins 29867d4
Merge remote-tracking branch 'upstream/master' into issue22579
simonjayhawkins 483ace8
update expected output
simonjayhawkins 96b5442
fix failing tests
simonjayhawkins 00d452c
refactor
simonjayhawkins 3d1d5c4
refactor
simonjayhawkins 5dcd146
requested change
simonjayhawkins 5327098
add comments
simonjayhawkins 0961db7
refactor
simonjayhawkins 9b8e203
(wip) resolve merge conflicts
simonjayhawkins 677472a
(wip) remove conftest.py
simonjayhawkins 5ec0c57
(wip) refactor test
simonjayhawkins 72d485d
(wip) refactor test
simonjayhawkins dd84b8d
(wip) add tests with truncation
simonjayhawkins 57c035f
Merge remote-tracking branch 'upstream/master' into issue22579
simonjayhawkins 9b7eaae
(wip) parametrize truncation tests
simonjayhawkins 7383c8a
(wip) refactor test helper
simonjayhawkins d89a180
(wip) removed unused header parametrization
simonjayhawkins 24ba91c
(wip) refactor
simonjayhawkins a4feea8
add whatsnew entry
simonjayhawkins b4a2b10
resolve merge conflicts
simonjayhawkins e00cbaf
requested changes
simonjayhawkins 8d8b138
Merge remote-tracking branch 'upstream/master' into issue22579
simonjayhawkins 767541b
changes requested
simonjayhawkins b8f1e6a
Merge remote-tracking branch 'upstream/master' into issue22579
simonjayhawkins 9eb162f
requested changes
simonjayhawkins 48d118b
resolve merge conflicts
simonjayhawkins 28fab9d
Merge remote-tracking branch 'upstream/master' into issue22579
simonjayhawkins d60fa0b
double backticks on MultiIndex
simonjayhawkins d3986f0
add code comments
simonjayhawkins 1febf76
Merge remote-tracking branch 'upstream/master' into issue22579
simonjayhawkins 6d60064
additional test case for gh-22783
simonjayhawkins 1f61968
Merge remote-tracking branch 'upstream/master' into issue22579
simonjayhawkins bd815e7
resolve merge conflicts
simonjayhawkins 7da52a1
add test case
simonjayhawkins 0a0f82f
make show_col_idx_names class property
simonjayhawkins bc7f8c7
Merge remote-tracking branch 'upstream/master' into issue22579
simonjayhawkins 8d2d68a
parametrize truncation tests
simonjayhawkins d2e233e
fix whitespace
simonjayhawkins bdaa279
Merge remote-tracking branch 'upstream/master' into issue22579
simonjayhawkins b7e4f54
make row_levels class property
simonjayhawkins 613ce00
Merge remote-tracking branch 'upstream/master' into issue22579
simonjayhawkins 5b635e4
move data files
simonjayhawkins File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
(wip) removed unused header parametrization
- Loading branch information
commit d89a180ab0c17719763e4f9301c442b2b082904b
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.