-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathoutput
More file actions
41 lines (41 loc) · 691 Bytes
/
Copy pathoutput
File metadata and controls
41 lines (41 loc) · 691 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
<table border="1" class="dataframe">
<thead>
<tr style="text-align: right;">
<th>roll</th>
<th>name</th>
<th>class</th>
<th>marks</th>
<th>age</th>
</tr>
</thead>
<tbody>
<tr>
<td>3</td>
<td>aniket</td>
<td>BE</td>
<td>77.88</td>
<td>19</td>
</tr>
<tr>
<td>7</td>
<td>amar</td>
<td>BE</td>
<td>66.34</td>
<td>19</td>
</tr>
<tr>
<td>8</td>
<td>amita</td>
<td>BE</td>
<td>69.33</td>
<td>23</td>
</tr>
<tr>
<td>10</td>
<td>anmol</td>
<td>BE</td>
<td>79.66</td>
<td>21</td>
</tr>
</tbody>
</table>