-
Notifications
You must be signed in to change notification settings - Fork 3
Modernization for Generic LaTeX tables formatter using Pandas and Jinja2 #2
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
base: master
Are you sure you want to change the base?
Conversation
Please remove all files under |
Removed the .idea directory from Git tracking and added it to the .gitignore file |
There are still 6 files remaining according to the Files changed tab |
those 6 files should be removed now |
There are still some files under Also please try to resolve the conflicts that GitHub now shows. |
I resolved the conflicts |
.gitignore
Outdated
/build/ | ||
/dist/ | ||
*.egg-info/ | ||
.venv/ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Add a line with .idea/
here and remove the .idea/.gitignore
file.
The Then note that there are currently 22 commits in this pull request: https://github.com/lahwaacz/PyLaTeXtables/pull/2/commits |
I cannot squash my commits because I see all commits were made ,and I cant merge it |
Hmm ok, it might be easier to start over 😅 Can you create a new branch and add the line with |
# This is the 1st commit message: Add __pycache__ files # This is the commit message lahwaacz#2: Handled multi-level headers, removed sparsify calls, replaced applymap, coerced numerics. Handled multi-level headers, removed sparsify calls, replaced applymap, coerced numerics. Handled multi-level headers, removed sparsify calls, replaced applymap, coerced numerics. Handled multi-level headers, removed sparsify calls, replaced applymap, coerced numerics. Handled multi-level headers, removed sparsify calls, replaced applymap, coerced numerics. Handled multi-level headers, removed sparsify calls, replaced applymap, coerced numerics. Handled multi-level headers, removed sparsify calls, replaced applymap, coerced numerics. Handled multi-level headers, removed sparsify calls, replaced applymap, coerced numerics. Remove .idea files from tracking fixing gitignore file fixing gitignore file fixing gitignore file fixing gitignore file fixing gitignore file fixing formatting fixing formatting fixing formatting fixing eoc.tex fixing makeexample.py
Added a conditional block for multi-level/single-level headers to avoid out-of-range or undefined variables.
Removed reliance on the deprecated Index.format(sparsify=...).
Replaced applymap with column-wise apply + map for future-proofing.
Updated numeric parsing to use errors='coerce' for more robust handling of invalid data.
These changes ensure better compatibility with newer pandas versions, provide clearer error