We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Recently pandas/io/formats/latex.py undertook some updates and extension of it functionality. Adding more into it led to some code smell.
pandas/io/formats/latex.py
Recently there was a refactoring done by @SylvainLan, PR #35649. Even after that I see some improvements that can be done.
I made some changes in the local branch (not in sync with master because of the recent refactoring). See https://github.com/ivanovmg/pandas/tree/refactor/latex-formatting for the preliminary solution.
Would you be interested in following this direction? If so, then I would make it in sync with master and continue improvements.
The text was updated successfully, but these errors were encountered:
always +1 on code cleanups :)
Sorry, something went wrong.
Closed as the PR #35872 was merged.
No branches or pull requests
Refactoring
Recently
pandas/io/formats/latex.py
undertook some updates and extension of it functionality.Adding more into it led to some code smell.
Recently there was a refactoring done by @SylvainLan, PR #35649.
Even after that I see some improvements that can be done.
I made some changes in the local branch (not in sync with master because of the recent refactoring).
See https://github.com/ivanovmg/pandas/tree/refactor/latex-formatting for the preliminary solution.
Would you be interested in following this direction?
If so, then I would make it in sync with master and continue improvements.
The text was updated successfully, but these errors were encountered: