Looping Over Data with Iterators
Anytime we want to do anything with multiple columns, We're going to use something called an iterator. An iterator basically is like a for loop in a programming language or a cursor in SQL. It processes and expression and it does it row by row. And t...
ahmedgouda.hashnode.dev4 min read