Skip to content

Commit eea1972

Browse files
committed
Add unique_values_eq argument to pa.Field
fix: #1168 `unique_values_eq` missing in `pa.Field` 1. Add `unique_values_eq` argument support to `pa.Field` Signed-off-by: karajan1001 <[email protected]>
1 parent 19cc15d commit eea1972

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pandera/api/pandas/model_components.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -214,6 +214,7 @@ def _check_dispatch():
214214
"str_matches": Check.str_matches,
215215
"str_length": Check.str_length,
216216
"str_startswith": Check.str_startswith,
217+
"unique_values_eq": Check.unique_values_eq,
217218
**Check.REGISTERED_CUSTOM_CHECKS,
218219
}
219220

0 commit comments

Comments
 (0)