pandera icon indicating copy to clipboard operation
pandera copied to clipboard

Create schema from a pandas-profiling ProfileReport

Open cosmicBboy opened this issue 2 years ago • 0 comments

Is your feature request related to a problem? Please describe.

Pandera's current schema inference routine is pretty basic, and while it would be good to improve this implementation, it would also be nice to be able to convert a pandas-profiling report into a pandera schema

Describe the solution you'd like

Create a io.from_pandas_profile_report function that takes a ProfileReport object and produces a pandera schema.

cosmicBboy avatar Jul 15 '21 15:07 cosmicBboy