From 68ee3956d59f1d36ff1e11919e9b69ea93326774 Mon Sep 17 00:00:00 2001 From: Ulf Aslak Date: Thu, 4 Apr 2024 16:33:09 +0200 Subject: [PATCH] Update README.md --- README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/README.md b/README.md index de3cbb1..ae44cbb 100644 --- a/README.md +++ b/README.md @@ -8,8 +8,6 @@ A runtime schema validator for Pandas DataFrames. -When you have a code that passes `pandas.DataFrame`s around, it can become difficult to keep track of the *state* of the data at any given point in the pipeline. - ### In a nutshell When you have a function like