Current Path : /proc/2233733/root/usr/local/lib/python3.12/site-packages/pandas/io/formats/templates/ |
Current File : //proc/2233733/root/usr/local/lib/python3.12/site-packages/pandas/io/formats/templates/string.tpl |
{% for r in head %} {% for c in r %}{% if c["is_visible"] %} {{ c["display_value"] }}{% if not loop.last %}{{ delimiter }}{% endif %} {% endif %}{% endfor %} {% endfor %} {% for r in body %} {% for c in r %}{% if c["is_visible"] %} {{ c["display_value"] }}{% if not loop.last %}{{ delimiter }}{% endif %} {% endif %}{% endfor %} {% endfor %}