Skip to content

Commit

Permalink
clarify schema validation
Browse files Browse the repository at this point in the history
  • Loading branch information
bensonlee5 committed Dec 19, 2024
1 parent 9588d8c commit 1811685
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/sdk/DataValidation.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import NodeChip from '@site/src/components/NodeChip.js'

## `class` SchemaValidation

The **SchemaValidation** class provides functions for validating a Pandas DataFrame against a Pandera schema.
The **SchemaValidation** class provides functions for enforcing a schema for a Pandas DataFrame, which can also be used to validate a Pandas DataFrame against a Pandera schema.

To use the SchemaValidation class, import it, create an instance, and use that instance to validate a DataFrame against a Pandera schema.

Expand Down

0 comments on commit 1811685

Please sign in to comment.