Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Option for get the errors as Dataframe #166

Open
carmoreno1 opened this issue Mar 13, 2021 · 1 comment
Open

Option for get the errors as Dataframe #166

carmoreno1 opened this issue Mar 13, 2021 · 1 comment
Labels
enhancement New feature or request good first issue Good for newcomers

Comments

@carmoreno1
Copy link

First I want to say Thanks!, this project is really amazing, please don't stop updating it. It would be nice if the result of the testing, I mean, the result of run() method had an option for returning the testing result in as pandas dataframe. Something like:

verification_suite.on_data(df_toy).add_checks(list_checks).run(as_dataframe=True)

I have seen AWS Dequee has this option, would be nice to implement it on this repo because we could save the results as a CSV file or into a database table easier.

@mfcabrera
Copy link
Owner

Hi @carmoreno1 thanks for the report!

I've been busy lately but I will put in on my queue of things to do :)

@mfcabrera mfcabrera added enhancement New feature or request good first issue Good for newcomers labels Jun 23, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

2 participants