Is there a way to create a new column that drops a row from a different column? Just like what is pictured below:
Yes! You can use the Lag() function to accomplish this.
Is there a way to create a new column that drops a row from a different column? Just like what is pictured below:
Yes! You can use the Lag() function to accomplish this.