Skip to content
#

data-validation

Here are 150 public repositories matching this topic...

ItayGabbay
ItayGabbay commented May 4, 2022

Describe the solution you'd like
Currently, there are some RST files that contain code examples within a .. code-block. This code blocks may break when we implement new features to the package and break the API.
We need some mechanism that validates the code blocks in the RST docs are valid, and fail the PR check if something is broken.

We can use docutils or some other alternative for

jgirault-qs
jgirault-qs commented Jul 23, 2021

Describe the bug
pa.errors.SchemaErrors.failure_cases only returns the first 10 failure_cases

  • I have checked that this issue has not already been reported.
  • I have confirmed this bug exists on the latest version of pandera. 0.6.5
  • (optional) I have confirmed this bug exists on the master branch of pandera.

Note: Please read [this guide](https://matthewrocklin.c

bug help wanted good first issue
dbseraf1
dbseraf1 commented Jan 11, 2022

Currently, if sending email fails because the email server is temporarily offline or overloaded, the only choice of action is to rerun the whole validation. This can be very expensive, and may require manual intervention if the program is running as part of an automatic workflow.

It would be better if the program detected the error in sending email and did its own wait-and-retry loop. This wo

enhancement good first issue

Improve this page

Add a description, image, and links to the data-validation topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the data-validation topic, visit your repo's landing page and select "manage topics."

Learn more