Galileo-Galilei / kedro-pandera

A kedro plugin to use pandera in your kedro projects
https://kedro-pandera.readthedocs.io/en/latest/
Apache License 2.0
33 stars 4 forks source link

Feature/allow converting #64

Open mjspier opened 3 months ago

mjspier commented 3 months ago

Description

Allow converting input data according to the pandera schema so data types only need to be define in the schema and not also als load parameter.

Development notes

Checklist

Notice

mjspier commented 3 months ago

will cover https://github.com/Galileo-Galilei/kedro-pandera/issues/63

codecov[bot] commented 3 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 100.00%. Comparing base (56d9cd1) to head (02eb584).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #64 +/- ## =========================================== + Coverage 94.05% 100.00% +5.94% =========================================== Files 5 5 Lines 101 126 +25 =========================================== + Hits 95 126 +31 + Misses 6 0 -6 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

Galileo-Galilei commented 3 months ago

Hi, thank you very much for taking the stab at it. I think we can separate the 2 features in different PR:

mjspier commented 3 months ago

@Galileo-Galilei

Thank you for your comments. I created a new PR for validation of output datasets: https://github.com/Galileo-Galilei/kedro-pandera/pull/66

If this one is merged I will create a new PR for the automatic conversion where we can discuss the issues you mentioned.