Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jkminder authored Jun 14, 2024
1 parent ac19f23 commit 204b81a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 204b81a

Please sign in to comment.