We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dda68e3 commit 47ff1bfCopy full SHA for 47ff1bf
doc/source/whatsnew/v2.3.0.rst
@@ -21,11 +21,12 @@ Upcoming changes in pandas 3.0
21
Enhancements
22
~~~~~~~~~~~~
23
24
-.. _whatsnew_230.enhancements.enhancement1:
+.. _whatsnew_230.enhancements.styler:
25
26
-enhancement1
+Styler
27
^^^^^^^^^^^^
28
29
+- The :meth:`.Styler.to_typst` function has been added to write Styler to a file, buffer or string in Typst format (:issue:`57617`)
30
31
.. _whatsnew_230.enhancements.other:
32
pandas/io/formats/style.py
@@ -1266,6 +1266,8 @@ def to_typst(
1266
"""
1267
Write Styler to a file, buffer or string in Typst format.
1268
1269
+ .. versionadded:: 2.3.0
1270
+
1271
Parameters
1272
----------
1273
%(buf)s
0 commit comments