From 93ad2f1886f7412f2085c9742733c357c0a91082 Mon Sep 17 00:00:00 2001 From: Rick Companje Date: Mon, 21 Nov 2022 10:15:15 +0100 Subject: [PATCH] Update python.md --- pages/python.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pages/python.md b/pages/python.md index 9b04ab39..4b18a45a 100644 --- a/pages/python.md +++ b/pages/python.md @@ -2,6 +2,9 @@ title: Python --- +## xlsxwriter with pandas +* https://xlsxwriter.readthedocs.io/working_with_pandas.html + ## format with 'repr', 'str' or 'ascii' ```python print(f"{state!r}")