US
・UK
Uh, the first one being initializing.
The first one being initializing.
Now we're initializing again.
- Now we're initializing again, and we're back to step one.
So pretty simple here on the main we're just initializing this database, it doesn't matter what it is.
So pretty simple here on the main, we're just initializing this database.
And we'll simply do a for loop, so for int i assignment statement zero, so this is our initial statement, we're just initializing that counter called i, and we'll say as long as i is less than, and we have the size operation, so we can do v dot size here, well not v, I should have said b, do v dot size, it doesn't know what v is, so v dot size, maybe that was a bad choice, b's and v's sound a lot alike, so b as in Bob, and then we'll do i plus plus.
We're just initializing that counter called i.
But then just now in your Pyspark script, I saw you, I'm guessing you're initializing the delta, like creating the delta for the first time and then moving that data to the silver layer.
But then just now in your PySpark script, I saw you, I'm guessing you're initializing the delta, like creating the delta for the first time,
If I kept initializing i to 0, this example would never end because i would be stuck at 0.
If I kept initializing i to 0, this example
And so we'll generally start initializing even our variables to 0.
And so we'll generally start initializing even our variables to 0.