web/pandas/index.html
{% extends "layout.html" %} {% block body_container %}
pandas is a fast, powerful, flexible and easy to use open source data analysis and manipulation tool,
built on top of the Python programming language.
{% for row in sponsors.active | batch(6, "") %} {% for company in row %} {% if company %} {% endif %} {% endfor %} {% endfor %}
The full list of companies supporting pandas is available in the sponsors page.
{% if releases %}
{% endif %}
{% if releases[1:5] %}
{% for release in releases[1:5] %} - {{ release.name }} ({{ release.published.strftime("%b %d, %Y") }})
changelog | docs | code
{% endfor %}
{% endif %} {% if releases[5:] %}
{% for release in releases[5:] %} - {{ release.name }} ({{ release.published.strftime("%b %d, %Y") }})
changelog | docs | code
{% endfor %}
{% endif %}
{% endblock %}