In the following pandas dataframe, In the following, I want the data for ID 1 only and drop rest of the data. How to achieve that?
ID   name  s1       s2       s3       s4
1   Joe   rd       fd       NaN      aa
1   Joe   NaN      hg       kk       NaN
2   Ann   jg       hg       zt       uz
2   Mya   rd       fd       NaN      aa
1   Uri   gg       r        er       rt
4   Ron   hr       t        yt       rt
 
     
    