From f196d3a25ca7bc6c27f6fed7cc082bba9d1a6ea2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=BAlio=20Hoffimann?= Date: Wed, 13 Apr 2022 07:46:42 -0300 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3db3af96..a4659b65 100644 --- a/README.md +++ b/README.md @@ -151,7 +151,7 @@ Please check the docstrings for additional information. | `DropMissing` | Drop missings | | `Rename` | Column renaming | | `Coalesce` | Replace missings | -| `Coerce` | Coerce scientific types | +| `Coerce` | Coerce scientific types | | `Identity` | Identity transform | | `Center` | Mean removal | | `Scale` | Interval scaling |