Back to Pandas

pandas

web/pandas/index.html

3.1.0.dev02.4 KB
Original Source

{% extends "layout.html" %} {% block body_container %}

pandas

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.

Install pandas now!

Getting started
Documentation
Community
With the support of:

{% 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 %}

Latest version: {{ releases[0].name }}

{% endif %}

Follow us

Recommended books

{% if releases[1:5] %}

Previous versions

{% for release in releases[1:5] %} - {{ release.name }} ({{ release.published.strftime("%b %d, %Y") }})
changelog | docs | code {% endfor %} {% endif %} {% if releases[5:] %}

Show more

{% for release in releases[5:] %} - {{ release.name }} ({{ release.published.strftime("%b %d, %Y") }})
changelog | docs | code {% endfor %} {% endif %}

{% endblock %}