At 6.04 instead of copying the same statement you can use .otherwise("not matching")
@rishabhkesarwani-br2rx7 ай бұрын
I do below steps to compare source vs target table 1) Count should be matching in source and target table 2) Schema should be matching in source and target table 3) Use the except and to check if any records are there which are present in source and not in target or vice versa. 4) Use the left anti join to find out the records which are not matching. 5) Trying to debug why there is record mismatch
@GeekCoders7 ай бұрын
Nice
@gudiatoka7 ай бұрын
exceptAll can be usefull too or anti join
@GeekCoders7 ай бұрын
Except all may miss the null value sometime
@CeejayPTcoach3 ай бұрын
wont the join be a costly operation
@jhonsen98427 ай бұрын
Main Problem i found in learning Pyspark is brackets every time it gives me some error.
@GeekCoders7 ай бұрын
Yes
@nishirajnikku9697 ай бұрын
I request you to please create a playlist for Pyspark Unit testing .
@shivamchandan507 ай бұрын
plz make video on pyspark unit testing
@VinodKumar-gz8bk3 ай бұрын
What are the most challenging thing that you faced in your project & how you overcome?