From 204b81ae35a5ebb24856acd59faec46fce816ecf Mon Sep 17 00:00:00 2001 From: Julian Minder <34280944+jkminder@users.noreply.github.com> Date: Fri, 14 Jun 2024 17:07:54 +0200 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2808a0f..59ca5c1 100644 --- a/README.md +++ b/README.md @@ -73,7 +73,7 @@ def append(attribute, append_string): return new_attribute # Create IteratorIterator -iterator = IteratorIterator([pandas_iterator, iris_iterator]) +iterator = IteratorIterator([people_iterator, iris_iterator]) # Create converter instance with schema, the final iterator and the graph converter = Converter(load_file("schema.yaml"), iterator, uri, auth)