I got a quick question I got a column like this the players name and the percentage of matches won
     Rank
          Country
                       Name
                                   Matches                 Won %
       1    ESP ESP Rafael Nadal    89.06%
       2    SRB SRB Novak Djokovic  83.82%
       3    SUI SUI Roger Federer   83.61%
       4    RUS RUS Daniil Medvedev 73.75%
       5    AUT AUT Dominic Thiem   72.73%
       6    GRE GRE Stefanos Tsitsipas  67.95%
       7    JPN JPN Kei Nishikori   67.44%
and I got another data like this ACES PERCENTAGE
    Rank
      Country
         Name
          Ace %
       1    USA USA John Isner  26.97%
       2    CRO CRO Ivo Karlovic    25.47%
       3    USA USA Reilly Opelka   24.81%
       4    CAN CAN Milos Raonic    24.63%
     5  USA USA Sam Querrey 20.75%
    6   AUS AUS Nick Kyrgios    20.73%
     7  RSA RSA Kevin Anderson  17.82%
    8   KAZ KAZ Alexander Bublik    17.06%
   9    FRA FRA Jo Wilfried Tsonga  14.29%
   ---------------------------------------
   85 ESP  ESP RAFAEL NADAL       6.85%
My question is can I make my two tables align so for example I want to have my data based on matches won So I have for example
                 Rank Country  Name          Matches%    Aces %
                 1    ESP      RAFAEL NADAL   89.06%    6.85%
Like this for all the player
 
    