# TSV via Shortcode


# Product Inventory

Tab-delimited files work just the same:


<table class="gt_table" data-quarto-disable-processing="true" data-quarto-bootstrap="false">
<thead>
<tr class="gt_heading">
<th colspan="6" class="gt_heading gt_title gt_font_normal"><div style="padding-top: 0; padding-bottom: 7px;">
<span class="gd-tbl-badge" style="background-color: #E8F5E9; color: #2E7D32; border: 1px solid #E8F5E9; margin-right: 8px;">TSV</span>Rows7Columns5
</div></th>
</tr>
<tr class="gt_col_headings">
<th class="gt_col_heading gt_columns_bottom_border gt_right" scope="col"></th>
<th id="product" class="gt_col_heading gt_columns_bottom_border gt_left" scope="col"><div>

product

<em>str</em>

</div></th>
<th id="category" class="gt_col_heading gt_columns_bottom_border gt_left" scope="col"><div>

category

<em>str</em>

</div></th>
<th id="price" class="gt_col_heading gt_columns_bottom_border gt_right" scope="col"><div>

price

<em>f64</em>

</div></th>
<th id="stock" class="gt_col_heading gt_columns_bottom_border gt_right" scope="col"><div>

stock

<em>i64</em>

</div></th>
<th id="rating" class="gt_col_heading gt_columns_bottom_border gt_right" scope="col"><div>

rating

<em>f64</em>

</div></th>
</tr>
</thead>
<tbody class="gt_table_body">
<tr>
<td class="gt_row gt_right gd-tbl-rownum">0</td>
<td class="gt_row gt_left" style="max-width: 114px">Widget</td>
<td class="gt_row gt_left" style="max-width: 114px">Electronics</td>
<td class="gt_row gt_right" style="max-width: 78px">29.99</td>
<td class="gt_row gt_right" style="max-width: 74px">150</td>
<td class="gt_row gt_right" style="max-width: 82px">4.5</td>
</tr>
<tr>
<td class="gt_row gt_right gd-tbl-rownum">1</td>
<td class="gt_row gt_left" style="max-width: 114px">Gadget</td>
<td class="gt_row gt_left" style="max-width: 114px">Tools</td>
<td class="gt_row gt_right" style="max-width: 78px">49.5</td>
<td class="gt_row gt_right" style="max-width: 74px">80</td>
<td class="gt_row gt_right" style="max-width: 82px">3.8</td>
</tr>
<tr>
<td class="gt_row gt_right gd-tbl-rownum">2</td>
<td class="gt_row gt_left" style="max-width: 114px">Gizmo</td>
<td class="gt_row gt_left" style="max-width: 114px">Kitchen</td>
<td class="gt_row gt_right" style="max-width: 78px">12</td>
<td class="gt_row gt_right" style="max-width: 74px">300</td>
<td class="gt_row gt_right" style="max-width: 82px">4.9</td>
</tr>
<tr>
<td class="gt_row gt_right gd-tbl-rownum">3</td>
<td class="gt_row gt_left" style="max-width: 114px">Doohickey</td>
<td class="gt_row gt_left" style="max-width: 114px">Garden</td>
<td class="gt_row gt_right" style="max-width: 78px">8.75</td>
<td class="gt_row gt_right" style="max-width: 74px">0</td>
<td class="gt_row gt_right" style="max-width: 82px">4.2</td>
</tr>
<tr>
<td class="gt_row gt_right gd-tbl-rownum">4</td>
<td class="gt_row gt_left" style="max-width: 114px">Thingamajig</td>
<td class="gt_row gt_left" style="max-width: 114px">Office</td>
<td class="gt_row gt_right" style="max-width: 78px">199.99</td>
<td class="gt_row gt_right" style="max-width: 74px">25</td>
<td class="gt_row gt_right" style="max-width: 82px">2.1</td>
</tr>
<tr>
<td class="gt_row gt_right gd-tbl-rownum">5</td>
<td class="gt_row gt_left" style="max-width: 114px">Contraption</td>
<td class="gt_row gt_left" style="max-width: 114px">Electronics</td>
<td class="gt_row gt_right" style="max-width: 78px">65</td>
<td class="gt_row gt_right" style="max-width: 74px">44</td>
<td class="gt_row gt_right" style="max-width: 82px">3.5</td>
</tr>
<tr>
<td class="gt_row gt_right gd-tbl-rownum">6</td>
<td class="gt_row gt_left" style="max-width: 114px">Apparatus</td>
<td class="gt_row gt_left" style="max-width: 114px">Tools</td>
<td class="gt_row gt_right" style="max-width: 78px">120</td>
<td class="gt_row gt_right" style="max-width: 74px">12</td>
<td class="gt_row gt_right" style="max-width: 82px">4.7</td>
</tr>
</tbody>
</table>


# Head Only

Show just the first 3 rows:


<table class="gt_table" data-quarto-disable-processing="true" data-quarto-bootstrap="false">
<thead>
<tr class="gt_heading">
<th colspan="6" class="gt_heading gt_title gt_font_normal"><div style="padding-top: 0; padding-bottom: 7px;">
<span class="gd-tbl-badge" style="background-color: #E8F5E9; color: #2E7D32; border: 1px solid #E8F5E9; margin-right: 8px;">TSV</span>Rows7Columns5
</div></th>
</tr>
<tr class="gt_col_headings">
<th class="gt_col_heading gt_columns_bottom_border gt_right" scope="col"></th>
<th id="product" class="gt_col_heading gt_columns_bottom_border gt_left" scope="col"><div>

product

<em>str</em>

</div></th>
<th id="category" class="gt_col_heading gt_columns_bottom_border gt_left" scope="col"><div>

category

<em>str</em>

</div></th>
<th id="price" class="gt_col_heading gt_columns_bottom_border gt_right" scope="col"><div>

price

<em>f64</em>

</div></th>
<th id="stock" class="gt_col_heading gt_columns_bottom_border gt_right" scope="col"><div>

stock

<em>i64</em>

</div></th>
<th id="rating" class="gt_col_heading gt_columns_bottom_border gt_right" scope="col"><div>

rating

<em>f64</em>

</div></th>
</tr>
</thead>
<tbody class="gt_table_body">
<tr>
<td class="gt_row gt_right gd-tbl-rownum">0</td>
<td class="gt_row gt_left" style="max-width: 96px">Widget</td>
<td class="gt_row gt_left" style="max-width: 120px">Electronics</td>
<td class="gt_row gt_right" style="max-width: 80px">29.99</td>
<td class="gt_row gt_right" style="max-width: 80px">150</td>
<td class="gt_row gt_right" style="max-width: 88px">4.5</td>
</tr>
<tr>
<td class="gt_row gt_right gd-tbl-rownum">1</td>
<td class="gt_row gt_left" style="max-width: 96px">Gadget</td>
<td class="gt_row gt_left" style="max-width: 120px">Tools</td>
<td class="gt_row gt_right" style="max-width: 80px">49.5</td>
<td class="gt_row gt_right" style="max-width: 80px">80</td>
<td class="gt_row gt_right" style="max-width: 88px">3.8</td>
</tr>
<tr class="gd-tbl-divider">
<td class="gt_row gt_right gd-tbl-rownum">2</td>
<td class="gt_row gt_left" style="max-width: 96px">Gizmo</td>
<td class="gt_row gt_left" style="max-width: 120px">Kitchen</td>
<td class="gt_row gt_right" style="max-width: 80px">12</td>
<td class="gt_row gt_right" style="max-width: 80px">300</td>
<td class="gt_row gt_right" style="max-width: 88px">4.9</td>
</tr>
</tbody>
</table>
