From 49359401855a2b5a114d3c5bf62b4bb2a68e801c Mon Sep 17 00:00:00 2001 From: Galen Seilis Date: Mon, 23 Sep 2024 23:20:44 -0700 Subject: [PATCH] Spelling correction in index.md (#1819) Change spelling from "inalid" to "invalid". --- docs/source/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/index.md b/docs/source/index.md index 516033fc8..ada16d9ec 100644 --- a/docs/source/index.md +++ b/docs/source/index.md @@ -354,7 +354,7 @@ Currently, pandera provides three validation backends: `pandas`, `pyspark`, and | {ref}`Data synthesis strategies ` | ✅ | ❌ | ❌ | | {ref}`Validation decorators ` | ✅ | ✅ | ✅ | | {ref}`Lazy validation ` | ✅ | ✅ | ✅ | -| {ref}`Dropping inalid rows ` | ✅ | ❌ | ✅ | +| {ref}`Dropping invalid rows ` | ✅ | ❌ | ✅ | | {ref}`Pandera configuration ` | ✅ | ✅ | ✅ | | {ref}`Schema Inference ` | ✅ | ❌ | ❌ | | {ref}`Schema persistence ` | ✅ | ❌ | ❌ |