I want the TabularCollections class (at the very least) to use generators to iterate rather than just looping like normal. This way, when I'm working with actual CSV data (which has the potential to be very large), I only have to load one item into memory at a time.
I want the TabularCollections class (at the very least) to use generators to iterate rather than just looping like normal. This way, when I'm working with actual CSV data (which has the potential to be very large), I only have to load one item into memory at a time.