Skip to content

Commit

Permalink
Typo of not_null_proportion in README.md (#853)
Browse files Browse the repository at this point in the history
  • Loading branch information
PChambino authored Apr 18, 2024
1 parent 951d087 commit 72d087b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -623,7 +623,7 @@ This feature is currently available for the following tests:
- at_least_one()
- not_constant()
- sequential_values()
- non_null_proportion()
- not_null_proportion()

To use this feature, the names of grouping variables can be passed as a list. For example, to test for at least one valid value by group, the `group_by_columns` argument could be used as follows:

Expand Down

0 comments on commit 72d087b

Please sign in to comment.