8000 ENH: Add `Styler.to_typst()` by 3w36zj6 · Pull Request #60733 · pandas-dev/pandas · GitHub
[go: up one dir, main page]

Skip to content

ENH: Add Styler.to_typst() #60733

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
Prev Previous commit
Next Next commit
CI: Add Styler.template_typst to validation ignore list
  • Loading branch information
3w36zj6 committed Jan 21, 2025
commit 373254c25e163203a994a2be1bcb46347b0c1948
1 change: 1 addition & 0 deletions scripts/validate_docstrings.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@
"Styler.template_html_style",
"Styler.template_html_table",
"Styler.template_latex",
"Styler.template_typst",
"Styler.template_string",
"Styler.loader",
"errors.InvalidComparison",
Expand Down
Loading
0