Advertisement
Guest User

Untitled

a guest
Jun 17th, 2019
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.07 KB | None | 0 0
  1. +---------+---------+---------------------------------------------------+
  2. |which_one| matchID| information|
  3. +---------+---------+---------------------------------------------------+
  4. | First| 123|[[1.2, 4.5, 837], [1.4, 4.8, 123], [4.1, 4.7, 143]]|
  5. | First| 234|[[4.8, 8.9, 234], [1.1, 4.2, 321], [3.9, 5.7, 521]]|
  6. | Second| 345|[[7.7, 8.1, 457], [4.5, 4.9, 345], [1.9, 2.8, 776]]|
  7. +---------+---------+---------------------------------------------------+
  8.  
  9. +---------+---------+---------------------------------------------------+---+
  10. |which_one| matchID| information|res|
  11. +---------+---------+---------------------------------------------------+---+
  12. | First| 123|[[1.2, 4.5, 837], [1.4, 4.8, 123], [4.1, 4.7, 143]]|1.4|
  13. | First| 234|[[4.8, 8.9, 234], [1.1, 4.2, 321], [3.9, 5.7, 521]]|4.8|
  14. | Second| 345|[[7.7, 8.1, 457], [4.5, 4.9, 345], [1.9, 2.8, 776]]|4.9|
  15. +---------+---------+---------------------------------------------------+---+
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement