Skip to content
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

Adds pandas-friendly formatting for multi-column and multi-index tables #980

Closed
wants to merge 14 commits into from
Closed

Conversation

afriedman412
Copy link

(partially) Fixes #970
• Tables can now handle multi-index formatting similar to how multi-column formatted is currently implemented.
• Code added to format multi-index and multi-header to match Pandas (repeat labels are now omitted but spaced correctly

Checklist:

  • [x ] The GitHub pipeline is OK (green),
    meaning that both pylint (static code analyzer) and black (code formatter) are happy with the changes of this PR.

  • A unit test is covering the code added / modified by this PR

  • This PR is ready to be merged

  • In case of a new feature, docstrings have been added, with also some documentation in the docs/ folder

  • A mention of the change is present in CHANGELOG.md

By submitting this pull request, I confirm that my contribution is made under the terms of the GNU LGPL 3.0 license.

@gmischler
Copy link
Collaborator

Ummm... This is looks exactly the same as the just merged #968, with no changes to the current HEAD.

Did you accidentally submit the wrong branch?

@afriedman412
Copy link
Author

Ummm... This is looks exactly the same as the just merged #968, with no changes to the current HEAD.

Did you accidentally submit the wrong branch?

whoops

hold on

@gmischler
Copy link
Collaborator

Replaced by #986.

@gmischler gmischler closed this Oct 27, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add automatically merging cells in tables
2 participants