Viewing File: /home/ubuntu/combine_ai/combine/lib/python3.10/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 %}
Back to Directory File Manager