Open ewelkaw opened 1 year ago
Please reject this PR. valid_container_generator
is not a valid table container.
Other considerations:
batched
is something that can be imported from more_itertools
, not itertools
.data_row
is actually first a header row, then data rows.
This PR has the objective of providing some more examples of valid and invalid usage of generator as table container.
Changes