Skip to content

Commit 204b81a

Browse files
authored
Update README.md
1 parent ac19f23 commit 204b81a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ def append(attribute, append_string):
7373
return new_attribute
7474
7575
# Create IteratorIterator
76-
iterator = IteratorIterator([pandas_iterator, iris_iterator])
76+
iterator = IteratorIterator([people_iterator, iris_iterator])
7777
7878
# Create converter instance with schema, the final iterator and the graph
7979
converter = Converter(load_file("schema.yaml"), iterator, uri, auth)

0 commit comments

Comments
 (0)