web/pandas/about/team.md
pandas is made with love by more than 2,000 volunteer contributors.
If you want to support pandas development, you can find information in the [donations page]({{ base_url }}donate.html).
<div class="card-body">
<h6 class="card-title">
{% if person.blog %}
<a href="{{ person.blog }}">
{{ person.name or person.login }}
</a>
{% else %}
{{ person.name or person.login }}
{% endif %}
</h6>
<p class="card-text small"><a href="{{ person.html_url }}">{{ person.login }}</a></p>
</div>
</div>
{% endfor %}
pandas-stubs <div class="card-body">
<h6 class="card-title">
{% if person.blog %}
<a href="{{ person.blog }}">
{{ person.name or person.login }}
</a>
{% else %}
{{ person.name or person.login }}
{% endif %}
</h6>
<p class="card-text small"><a href="{{ person.html_url }}">{{ person.login }}</a></p>
</div>
</div>
{% endfor %}
pandas expressly welcomes and encourages contributions from anyone who faces under-representation, discrimination in the technology industry or anyone willing to increase the diversity of our team. We have identified visible gaps and obstacles in sustaining diversity and inclusion in the open-source communities and we are proactive in increasing the diversity of our team. We have a [code of conduct]({{ base_url }}community/coc.html) to ensure a friendly and welcoming environment. Please send an email to pandas-code-of-conduct-committee, if you think we can do a better job at achieving this goal.
The project governance is available in the [project governance page]({{ base_url }}about/governance.html).
{% for k, workgroup in workgroups.items() %}
{% endfor %}