Mik
0
Q:

SQL joins in python

This was What I intended
 ID Case NxtCase
 1    A        
 2    C        
 3    E      

This is my desired result

 ID Case NxtCase
 1    A        B
 2    C        D
 3    E        F


0

New to Communities?

Join the community