<div style="text-align: center;"> <img src="https://raw.githubusercontent.com/pandera- dev/pandera/master/docs/source/_static/pandera-logo.png" width="100px"/> <h1> Scipy 2021 Pandera Sprint </h1> </div> Welcome to the Pandera Sprint! For general info on Scipy 2021 sprints, go [here](https://hackmd.io/@7H8EgGG9TneLBrQ6Of7PUg/S1_QE2o6_). ## Background [Pandera](https://pandera.readthedocs.io/en/stable/) is a dataframe testing library and lets you: - Validate [`pandas.DataFrame`s](https://pandas.pydata.org/pandas-docs/stable/index.html) at runtime by specifying dataframe [types and properties](https://pandera.readthedocs.io/en/stable/dataframe_schemas.html). - [Synthesize data](https://pandera.readthedocs.io/en/stable/data_synthesis_strategies.html) for property-based testing. ## The Sprint 👟👟: How Can I Contribute? [![](https://img.shields.io/badge/github-repo-blue?style=flat&logo=github)](https://github.com/pandera-dev/pandera) [![](https://img.shields.io/badge/github-docs-green?style=flat&logo=github)](https://pandera.readthedocs.io/en/stable/) [![](https://img.shields.io/badge/github-contributing_guide-orange?style=flat&logo=github)](https://github.com/pandera-dev/pandera/blob/master/.github/CONTRIBUTING.md) [![](https://img.shields.io/badge/github-issues-red?style=flat&logo=github)](https://github.com/pandera-dev/pandera/issues) There are many ways to contribute in this sprint: 1. Test out the on-boarding flow in the [contributing guide](https://github.com/pandera-dev/pandera/blob/master/.github/CONTRIBUTING.md), following instructions up until [this section](https://github.com/pandera-dev/pandera/blob/master/.github/CONTRIBUTING.md#run-the-full-test-suite-locally). 2. Read/try out examples in the [documentation](https://pandera.readthedocs.io/en/stable/) and file [documentation-related issues](https://github.com/pandera-dev/pandera/issues/new?assignees=&labels=docs&template=documentation-improvement.md&title=) 3. Take on an issue in the roadmap! - [![](https://img.shields.io/badge/github-good_first_issues-purple?style=flat&logo=github)](https://github.com/pandera-dev/pandera/issues?q=is%3Aopen+is%3Aissue+label%3A%22good+first+issue%22) - [![](https://img.shields.io/badge/github-scipy_2021_issues-yellow?style=flat&logo=github)](https://github.com/pandera-dev/pandera/issues?q=is%3Aissue+is%3Aopen+label%3A%22scipy+2021%22) 4. Have other ideas? Head over to the [discord channel](https://discord.gg/EQmTQNKh) and we can chat!