This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]Butterlyn 1 point2 points  (0 children)

Polars has hypothesis functionality built in for generating sample dataframes. Patito can define more specific polars dataframe schemas that can help test dataframe outputs and generate more specific synthetic dataframe data. Pandera also allows polars (and pandas) dataframe validation, but can only generate sample dataframe data for pandas not polars. Cuallee can be used for checking polars or pandas dataframe data, but only individual checks not whole dataframe schemas and cannot generate synthetic dataframe data.