Skip to content

Commit

Permalink
added polars to extension list (#1188)
Browse files Browse the repository at this point in the history
Co-authored-by: zilto <tjean@DESKTOP-V6JDCS2>
  • Loading branch information
zilto and zilto authored Oct 16, 2024
1 parent a78f2e5 commit 5042cfd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hamilton/data_quality/pandera_validators.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
from hamilton.data_quality import base
from hamilton.htypes import custom_subclass_check

pandera_supported_extensions = frozenset(["pandas", "dask", "pyspark_pandas"])
pandera_supported_extensions = frozenset(["pandas", "dask", "pyspark_pandas", "polars"])


class PanderaDataFrameValidator(base.BaseDefaultValidator):
Expand Down

0 comments on commit 5042cfd

Please sign in to comment.