Advertisement
Guest User

Untitled

a guest
Feb 20th, 2019
66
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.36 KB | None | 0 0
  1. x1 x2 y1 y2
  2. 2 1 2 4
  3. 4 4 5 3
  4. 7 5 3 4
  5. 7 3 1 9
  6.  
  7. <table border="1" class="dataframe">
  8. <thead>
  9. <tr style="text-align: right;">
  10. <th></th>
  11. <th>x1</th>
  12. <th>y1</th>
  13. <th>y2</th>
  14. </tr>
  15. </thead>
  16. <tbody>
  17. <tr>
  18. <th>1</th>
  19. <td>122</td>
  20. <td>12</td>
  21. </tr>
  22. </tbody>
  23. </table>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement